Skip to content

Commit

Permalink
use label that is supported by GH filters
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Sep 17, 2024
1 parent d6a1c06 commit 469101d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
branch: ${{ steps.run.outputs.name }}
reviewers: ${{ inputs.reviewers }}
body: ${{ steps.run.outputs.prBody }}
labels: "[auto] Upstream Updates"
labels: "AUTO: Upstream Updates"
token: ${{ steps.token.outputs.access-token }}
2 changes: 1 addition & 1 deletion .github/workflows/upstream-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
echo "\`\`\`";
} >> output.md
gh issue create -a aalu1418 -t "Upstream Updates - $(date)" -l "[auto] Upstream Updates" -F output.md
gh issue create -a aalu1418 -t "Upstream Updates - $(date)" -l "AUTO: Upstream Updates" -F output.md

0 comments on commit 469101d

Please sign in to comment.