Skip to content

Commit

Permalink
Merge pull request #15 from hashicorp/issue-number
Browse files Browse the repository at this point in the history
Use issue number rather than internal id
  • Loading branch information
skorfmann authored Aug 16, 2021
2 parents c1e4e2b + 223a87a commit b706ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
await github.issues.addLabels({
owner,
repo,
issue_number: data.id,
issue_number: data.number,
labels: ['automerge']
})

0 comments on commit b706ca8

Please sign in to comment.