Skip to content

Commit

Permalink
- fix typo
Browse files Browse the repository at this point in the history
- add changeset
  • Loading branch information
jasonbahl committed Sep 10, 2024
1 parent 15ea4ee commit de885f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/five-turtles-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/wp-graphql-content-blocks": patch
---

Skip the Sonar Qube workflow if the user that opened the PR is not a member of the Github org
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
const octokit = github.getOctokit(process.env.GITHUB_TOKEN);
const { data: membership } = await octokit.orgs.checkMembershipForUser({
org: 'wpengine',
username: context.payload.pull_request.user.login,s
username: context.payload.pull_request.user.login,
}).catch(err => {
return { data: { state: 'none' } };
});
Expand Down

0 comments on commit de885f1

Please sign in to comment.