generated from ExpediaGroup/new-project
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(reopen-pr): add reopen-pr helper (#646)
Co-authored-by: Gustavo Ercoli <[email protected]> Co-authored-by: Dan Adajian <[email protected]>
- Loading branch information
1 parent
71e544e
commit 17bf664
Showing
10 changed files
with
218 additions
and
8,190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Reopen Pr | ||
|
||
on: | ||
pull_request: | ||
branches: [main] | ||
paths: | ||
- 'src/helpers/reopen-pr.ts' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: ./ | ||
with: | ||
helper: reopen-pr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.