Skip to content

Commit

Permalink
Update set-pr-labels.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Dec 21, 2023
1 parent f193038 commit 1975149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/set-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- 'gh-pages'
- 'feature-homepage-launch'
- 'dependabot-update-6009-6008'

jobs:
generate-labels-artifact:
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
echo ${{ steps.compile-labels.outputs.result }} > '${{ env.ARTIFACT_DIR }}/${{ env.ARTIFACT_FILE }}'
- id: upload-labels-artifact
name: 'Upload labels artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-labels
path: '${{ env.ARTIFACT_DIR }}/${{ env.ARTIFACT_FILE }}'
Expand Down

0 comments on commit 1975149

Please sign in to comment.