Skip to content
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

Added action to remove the safe_to_test label on a push to a PR #118

Merged
merged 3 commits into from
Feb 18, 2022
Merged

Added action to remove the safe_to_test label on a push to a PR #118

merged 3 commits into from
Feb 18, 2022

Conversation

bmsiegel
Copy link
Contributor

Signed-off-by: Brady Siegel brsiegel@amazon.com

Signed-off-by: Brady Siegel <brsiegel@amazon.com>
…he issue where the label wouldn't be there as well

Signed-off-by: Brady Siegel <brsiegel@amazon.com>
Signed-off-by: Brady Siegel <brsiegel@amazon.com>
remove-label:
runs-on: ubuntu-latest
steps:
- uses: divyansh-gupta/action-remove-labels@v1.3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mind locking this down to a specific commit? It makes sure I can't insert malicious code into the repo.

name: On Push to PR

on:
pull_request:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This trigger does not grant write permissions to the workflow when coming from a forked repo.

@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: bmsiegel, divyansh-gupta

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jetstack-bot jetstack-bot merged commit 5fd6a3c into cert-manager:main Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants