Skip to content

Commit

Permalink
name changed in bugbounty-label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Advaitgaur004 authored Oct 23, 2024
1 parent 6aa4cb0 commit 151ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bugbounty-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
});
if (issue.data.labels.some(label => label.name === 'bugbounty')) {
await github.rest.issues.addLabels({
owner: 'DevlUp-Labs',
owner: 'devlup-labs',
repo: 'dev-playground',
issue_number: context.payload.pull_request.number,
labels: ['bugbounty'],
Expand Down

0 comments on commit 151ee9d

Please sign in to comment.