From bc2743a056dc13a575f0a6f80a87d235cea7f1c7 Mon Sep 17 00:00:00 2001 From: dmitriysafronov <dmitriysafronov@users.noreply.github.com> Date: Sun, 9 Mar 2025 01:01:09 +0000 Subject: [PATCH] ci: update from template Signed-off-by: dmitriysafronov <dmitriysafronov@users.noreply.github.com> --- .github/workflows/push-create_tag.yaml | 2 +- .github/workflows/push-rebase.yaml | 2 +- update.list | 11 +++++++++++ update.sh | 2 ++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 update.list diff --git a/.github/workflows/push-create_tag.yaml b/.github/workflows/push-create_tag.yaml index fbefa79..6666ab6 100644 --- a/.github/workflows/push-create_tag.yaml +++ b/.github/workflows/push-create_tag.yaml @@ -21,7 +21,7 @@ jobs: - name: Get Next Version if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" id: semver - uses: ietf-tools/semver-action@v1.9.0 + uses: ietf-tools/semver-action@v1.10.0 with: token: ${{ github.token }} branch: main diff --git a/.github/workflows/push-rebase.yaml b/.github/workflows/push-rebase.yaml index 48a50ba..47426ea 100644 --- a/.github/workflows/push-rebase.yaml +++ b/.github/workflows/push-rebase.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Rebase all Dependabot's pull requests on every push to the main branch" - uses: bbeesley/gha-auto-dependabot-rebase@v1.5.92 + uses: bbeesley/gha-auto-dependabot-rebase@v1.5.105 env: GITHUB_TOKEN: ${{ secrets.PAT }} - name: "Rebase all users' pull requests on release push to the main branch" diff --git a/update.list b/update.list new file mode 100644 index 0000000..97aff42 --- /dev/null +++ b/update.list @@ -0,0 +1,11 @@ +.github/ +.github/workflows/ +.github/workflows/lint.yaml +.github/workflows/push-create_tag.yaml +.github/workflows/push-rebase.yaml +.github/workflows/schedule_update-from-template.yaml +.github/workflows/tag-release.yaml +.requirements/ +.requirements/* +update.list +update.sh diff --git a/update.sh b/update.sh index 0ecf2b5..9d4cffc 100755 --- a/update.sh +++ b/update.sh @@ -12,6 +12,8 @@ git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ --include-from=.update/update.list \ + --include=update.list \ + --include=update.sh \ --exclude=* \ --delete-after \ .update/ \ -- GitLab