Commit 5d63ddc5 authored by ansible-repo-updater[bot]'s avatar ansible-repo-updater[bot]
Browse files

chore: sync from template v1.4.1

parent 90143c24
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ jobs:
  rebase:
    name: "Rebase"
    runs-on: ubuntu-latest
    # Run only on release commits
    if: startsWith(github.event.head_commit.message, 'chore(release):')
    permissions:
      pull-requests: write
      contents: write
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ jobs:
  release:
    name: "Release"
    runs-on: ubuntu-latest
    # Skip release on release commits to avoid infinite loop
    if: "!startsWith(github.event.head_commit.message, 'chore(release):')"
    permissions:
      contents: write
      pull-requests: write