Adjust GHAs for back-ports

This commit is contained in:
Artem Bilan
2023-12-07 14:08:51 -05:00
parent fe3cf2245c
commit 2510338275
3 changed files with 14 additions and 0 deletions

12
.github/workflows/backport-issue.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Backport Issue
on:
push:
branches:
- '*.x'
jobs:
backport-issue:
uses: artembilan/spring-github-workflows/.github/workflows/spring-backport-issue.yml@main
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}

View File

@@ -5,6 +5,7 @@ on:
push:
branches:
- main
- '*.x'
jobs:
build-snapshot:

View File

@@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: spring-projects/spring-amqp-samples
ref: ${{ github.ref_name }}
show-progress: false
- name: Set up JDK