Skip to content

Commit

Permalink
Update verify-pr.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis-dummy authored Aug 2, 2024
1 parent 8aec755 commit f1cc3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/trigger-pr-target/verify-pr.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const isMemberOfTeam = require('../utils/check-team-membership');
const commentContent = 'You must be a member of the HFLA website team in order to create pull requests. Please see our page on how to join us as a member at HFLA: https://www.hackforla.org/getting-started. If you have been though onboarding, and feel this message was sent in error, please message us in the #hfla-site team Slack channel with the link to this PR.';

// junk
async function main({github,context}) {
const prAuthor = context.payload.sender.login;
const prNumber = context.payload.number;
Expand Down

0 comments on commit f1cc3c6

Please sign in to comment.