Skip to content

Commit

Permalink
Pass labels to add as an array of strings (github#21902)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene authored Oct 5, 2021
1 parent d8f14a2 commit 3127fa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/staging-undeploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
owner,
repo,
issue_number: process.env.PR_NUMBER,
labels: [
{ name: 'automated-block-deploy' }
]
labels: ['automated-block-deploy']
})
- name: Check out repo's default branch
Expand Down

0 comments on commit 3127fa9

Please sign in to comment.