We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fe7b2 commit 7e33d43Copy full SHA for 7e33d43
.github/workflows/closed_pull_request.yml
@@ -18,9 +18,8 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- run: |
21
- perl .github/bin/labeler ${{ github.event.number }} remove >> closed-pr.out.txt
22
- perl .github/bin/labeler ${{ github.event.number }} add 'Status: accepted' >> closed-pr.out.txt
23
- cat closed-pr.out.txt
+ perl .github/bin/labeler ${{ github.event.number }} remove >> $GITHUB_OUTPUT
+ perl .github/bin/labeler ${{ github.event.number }} add 'Status: accepted' >> $GITHUB_OUTPUT
24
rejected:
25
if: github.event.pull_request.merged == false
26
environment: housekeeping
0 commit comments