Skip to content

Commit 0f47c3d

Browse files
authored
chore: move github actions to cdklabs (#29303)
I have not tested any of the actions in the new source because all I have done are move the actions over to a different repository. I will monitor the actions for any failures and deal with them on the fly. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent a7de7fe commit 0f47c3d

5 files changed

+5
-5
lines changed

.github/workflows/close-stale-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pull-requests: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: rix0rrr/close-stale-prs@main
14+
- uses: cdklabs/close-stale-prs@main
1515
with:
1616
# Required
1717
# Must be PROJEN_GITHUB_TOKEN because the default GHA GitHub token will not have permissions to

.github/workflows/github-merit-badger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: write
1212
steps:
13-
- uses: aws-github-ops/github-merit-badger@main
13+
- uses: cdklabs/github-merit-badger@main
1414
id: merit-badger
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-reprioritization.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
repository-projects: write
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: kaizencc/issue-reprioritization-manager@main
14+
- uses: cdklabs/issue-reprioritization-manager@main
1515
id: reprioritization-manager
1616
with:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
pull-requests: write
2626
steps:
27-
- uses: kaizencc/pr-triage-manager@main
27+
- uses: cdklabs/pr-triage-manager@main
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030

.github/workflows/pr-linter-exemption-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') }}
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: TheRealAmazonKendra/pr-linter-exemption-labeler@main
15+
- uses: cdklabs/pr-linter-exemption-labeler@main
1616
with:
1717
github-token: ${{ secrets.PROJEN_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)