-
Notifications
You must be signed in to change notification settings - Fork 608
Add PR release note label checker bot #6835
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6835
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 72ab2f9 with merge base 3784f06 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
a10ce82
to
cf11fa0
Compare
# To check labels on ghstack PRs. | ||
# Note: as pull_request doesn't trigger on PRs targeting main, | ||
# to test changes to the workflow itself one needs to create | ||
# a PR that targets a gh/**/base branch. | ||
pull_request: |
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.
Can you create this PR from codev by exporting it using ghstack so you can test on a gh/ branch?
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.
#6930 for ghstack
84c1c65
to
4cdcc84
Compare
This PR needs a
|
if: github.repository_owner == 'pytorch' | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 |
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.
Let me double check the behavior of actions/checkout
a bit to make sure that this is secure
Cannot use main as part of pull_request target here. See https://fb.workplace.com/groups/pytorch.dev/permalink/1658227814755692
Does it work? |
Didn't find following labels among repository labels: topic: not user facing |
@kirklandsign were some issues with the comment deletion - please see #6953 |
Summary
Add gh actions workflow for checking that there is a
Release notes:
ortopic: not user facing
label is added to each PR.Test plan
Testing with this PR