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

Label new issues and prs automatically #11383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Label new issues and prs automatically #11383

wants to merge 1 commit into from

Conversation

dippindots
Copy link
Member

@dippindots dippindots commented Feb 7, 2025

Label new issues with label triage automatically to make it easy to be added into project board

@dippindots dippindots self-assigned this Feb 7, 2025
await github.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.pull_request.number,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Github already has a mechanism for this... draft pr vs pr

we just need to doc this new process.. don't move it from draft until you are ready for a review

@inodb inodb added the devops label Feb 10, 2025
@dippindots dippindots force-pushed the auto-label branch 3 times, most recently from 33214d4 to f5291b1 Compare February 10, 2025 21:32
@dippindots dippindots force-pushed the auto-label branch 2 times, most recently from d759d05 to 16ff2ad Compare February 10, 2025 21:35
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.

3 participants