Skip to content

Commit

Permalink
Merge pull request #6412 from fturizo/master
Browse files Browse the repository at this point in the history
Minor fix to GA workflow
  • Loading branch information
fturizo authored Sep 21, 2023
2 parents 85fa7f7 + 24ab049 commit df28ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign-community-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
#Conditionally runs the job if the author of the PR is not an owner or member of the organisation
#See https://docs.github.com/en/graphql/reference/enums#commentauthorassociation
if: github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'MEMBER'
if: ${{ github.event.pull_request.author_association != 'OWNER' && github.event.pull_request.author_association != 'MEMBER' }}
permissions:
pull-requests: write
env:
Expand Down

0 comments on commit df28ff3

Please sign in to comment.