Loading .github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading .github/workflows/push-rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading update.list 0 → 100644 +11 −0 Original line number Diff line number Diff line .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 update.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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/ \ Loading Loading
.github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
.github/workflows/push-rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading
update.list 0 → 100644 +11 −0 Original line number Diff line number Diff line .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
update.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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/ \ Loading