Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yurisasuke committed Dec 23, 2024
1 parent e293bec commit 57a4851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-branches-in-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
let isMember = false;
try {
await github.rest.orgs.checkMembershipForUser({
org: 'TykTechnologies', // <--- PUT YOUR ORG NAME HERE
org: 'TykTechnologies',
username: userWhoAddedLabel
});
// If this call succeeds, they're a member
Expand Down

0 comments on commit 57a4851

Please sign in to comment.