Skip to content
Snippets Groups Projects
Commit bc2743a0 authored by dmitriysafronov's avatar dmitriysafronov
Browse files

ci: update from template

parent 37810912
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
- name: Get Next Version - name: Get Next Version
if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"
id: semver id: semver
uses: ietf-tools/semver-action@v1.9.0 uses: ietf-tools/semver-action@v1.10.0
with: with:
token: ${{ github.token }} token: ${{ github.token }}
branch: main branch: main
......
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Rebase all Dependabot's pull requests on every push to the main branch" - 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: env:
GITHUB_TOKEN: ${{ secrets.PAT }} GITHUB_TOKEN: ${{ secrets.PAT }}
- name: "Rebase all users' pull requests on release push to the main branch" - name: "Rebase all users' pull requests on release push to the main branch"
......
.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
...@@ -12,6 +12,8 @@ git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG} ...@@ -12,6 +12,8 @@ git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG}
if [[ -s .update/update.list ]]; then if [[ -s .update/update.list ]]; then
rsync -av \ rsync -av \
--include-from=.update/update.list \ --include-from=.update/update.list \
--include=update.list \
--include=update.sh \
--exclude=* \ --exclude=* \
--delete-after \ --delete-after \
.update/ \ .update/ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment