Skip to content

Commit

Permalink
update label attached to prs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Nov 13, 2024
1 parent 37cce12 commit b53ec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
if: env.CHANGES == 'true'
run: |
git checkout $BRANCH_NAME
gh pr create --base main --title $BRANCH_NAME -f --label soc2
gh pr create --base main --title $BRANCH_NAME -f --label automated-dependency-updates
env:
GH_TOKEN: ${{ github.token }}
shell: bash

0 comments on commit b53ec03

Please sign in to comment.