diff --git a/.github/workflows/autobump.yml b/.github/workflows/syncver.yml similarity index 87% rename from .github/workflows/autobump.yml rename to .github/workflows/syncver.yml index 0bfd55e..cd863b0 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/syncver.yml @@ -1,7 +1,7 @@ # Automatic check for updates, if new version is available, submit a pull request # to update the version number in .github/workflows/build.yml -name: autobump +name: syncver on: schedule: - cron: "35 4 * * *" @@ -39,8 +39,8 @@ jobs: with: token: ${{ secrets.CPR_TOKEN }} commit-message: "Bump version to ${{ steps.check-update.outputs.new_version }}" - title: "Bump version to ${{ steps.check-update.outputs.new_version }}" - body: "Bump version to ${{ steps.check-update.outputs.new_version }}" - branch: autobump + title: "Sync version to ${{ steps.check-update.outputs.new_version }}" + body: "Sync version to ${{ steps.check-update.outputs.new_version }}" + branch: syncver branch-suffix: timestamp delete-branch: true