Skip to content

Commit

Permalink
Only comment reminders on PRs against stage (#2368)
Browse files Browse the repository at this point in the history
Only set reminders on PRs against stage
  • Loading branch information
mokimo authored Jun 3, 2024
1 parent 2ebb018 commit d104f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-reminders.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const main = async ({ github, context }) => {
owner: context.repo.owner,
repo: context.repo.repo,
state: 'open',
base: 'stage',
});

for await (const pr of openPRs) {
Expand Down

0 comments on commit d104f18

Please sign in to comment.