exclude gglobalstep from community contributors automation (#45492)

Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
This commit is contained in:
Ron Rennick 2024-03-13 06:08:04 -03:00 committed by GitHub
parent 6b07ca44f5
commit 93c7ebfed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const core = require( '@actions/core' );
// this won't work. // this won't work.
const octokit = new Octokit(); const octokit = new Octokit();
const ignoredUsernames = [ 'dependabot[bot]' ]; const ignoredUsernames = [ 'dependabot[bot]', 'gglobalstep' ];
const checkIfIgnoredUsername = ( username ) => const checkIfIgnoredUsername = ( username ) =>
ignoredUsernames.includes( username ); ignoredUsernames.includes( username );