Skip to content

Commit a0937ff

Browse files
authored
Backport fetch_changesets to ruby_3_4 (ruby#14772)
1 parent 6809d1a commit a0937ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/post_push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
RUBY_GIT_SYNC_PRIVATE_KEY: ${{ secrets.RUBY_GIT_SYNC_PRIVATE_KEY }}
2323
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/ruby_') }}
2424

25+
- name: Fetch changesets on bugs.ruby-lang.org
26+
run: |
27+
curl "https://bugs.ruby-lang.org/sys/fetch_changesets?key=${REDMINE_SYS_API_KEY}" -s --fail-with-body -w '* status: %{http_code}\n'
28+
env:
29+
REDMINE_SYS_API_KEY: ${{ secrets.REDMINE_SYS_API_KEY }}
30+
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/ruby_') }}
31+
2532
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2633

2734
- uses: ./.github/actions/slack

0 commit comments

Comments
 (0)