-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deployBlocker action #1758
Add deployBlocker action #1758
Conversation
.github/workflows/deployBlocker.yml
Outdated
if: ${{ github.event_name == 'issues' }} | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }} | ||
NEW_PULL_REQUESTS: ${{ github.event.issue.url }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooo I think you might need to use the html_url
here so it doesn't use the API base URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good catch, agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@roryabraham looks like this was merged without passing tests. Please add a note explaining why this was done or remove the |
Trying to prevent version workflows from failing. |
Details
Adds a deploy blocker action as described in the issue: https://github.com/Expensify/Expensify/issues/156481. It will listen for the
DeployBlockerCash
label then add it to the open staging deploy issue.Fixed Issues
Fixes https://github.com/Expensify/Expensify/issues/156481
Tests
DeployBlockerCash
label to this PRDeployBlockerCash
to an issue