Skip to content

Commit 07427e8

Browse files
Merge branch 'gh-pages' into update-project-profile-8238
2 parents c57cb68 + 330c49c commit 07427e8

7 files changed

Lines changed: 1098 additions & 991 deletions

File tree

.github/workflows/issue-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
const username = '${{ github.actor }}'
2121
const team = 'website-write'
2222
const script = require('./github-actions/utils/check-team-membership.js')
23-
return script(github, username, team)
23+
return script(github, context, username, team)
2424
2525
# If user is team member: checks if the issue has required labels
2626
- if: ${{ steps.check-team-membership.outputs.result == 'true' }}

0 commit comments

Comments
 (0)