From 2510338275a4d28c4846cc943bb3c3bdd6cec5ba Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 7 Dec 2023 14:08:51 -0500 Subject: [PATCH] Adjust GHAs for back-ports --- .github/workflows/backport-issue.yml | 12 ++++++++++++ .github/workflows/ci-snapshot.yml | 1 + .github/workflows/verify-staged-artifacts.yml | 1 + 3 files changed, 14 insertions(+) create mode 100644 .github/workflows/backport-issue.yml diff --git a/.github/workflows/backport-issue.yml b/.github/workflows/backport-issue.yml new file mode 100644 index 00000000..59326f48 --- /dev/null +++ b/.github/workflows/backport-issue.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 92496aac..74ed09a8 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - '*.x' jobs: build-snapshot: diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 9ac561d0..b0eb7867 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -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