Skip to content

Commit

Permalink
self-hosted-arm64-runners: GitForWindowsHelper is supposed to be allo…
Browse files Browse the repository at this point in the history
…wed...

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 25, 2024
1 parent dce39e2 commit 342b558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GitForWindowsHelper/self-hosted-arm64-runners.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = async (context, req) => {
})()

const isAllowed = async (login) => {
if (login === 'gitforwindowshelper[bot]') return true
const getCollaboratorPermissions = require('./get-collaborator-permissions')
const token = await getToken()
const permission = await getCollaboratorPermissions(context, token, owner, repo, login)
Expand Down

0 comments on commit 342b558

Please sign in to comment.