Skip to content

Commit 45e6967

Browse files
artembilanspring-builds
authored andcommitted
Use backport-bot GHA directly
The `spring-io/spring-github-workflows/.github/workflows/spring-backport-issue` now just delegates directly to the `spring-io/backport-bot`. Therefore, there is no reason in extra reusable workflow layer on the matter. * Fix `backport-issue.yml` to use `spring-io/backport-bot` directly (cherry picked from commit 8a69f39)
1 parent 9b300c5 commit 45e6967

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/backport-issue.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
backport-issue:
10-
uses: spring-io/spring-github-workflows/.github/workflows/spring-backport-issue.yml@v7
11-
secrets:
12-
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
10+
if: contains(github.event.head_commit.message, 'Fixes:') || contains(github.event.head_commit.message, 'Closes:')
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: spring-io/backport-bot@v0.0.1
14+
with:
15+
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

0 commit comments

Comments
 (0)