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

fix(workflow): Make pull_request_template.md visible and update trigger-types for auto-labeler workflow #647

Merged
merged 5 commits into from
Jul 3, 2023

Conversation

sihyung-maxim
Copy link
Contributor

The "Documentation" folder is not a valid directory to place the pull_request_template.md (Docs is valid though). I moved the template into .github/, and hopefully, it does not override the README.md in the repo's root.

I also added more trigger types for the auto-labeler to run and removed the concurrency because it's a lightweight action that runs from Github's Ubuntu servers. (And in case the workflow gets cancelled because we have a lot of actions running for a PR now).

@github-actions github-actions bot added the Workflow Related to Workflow development label Jul 3, 2023
# Controls when the workflow will run
on:
pull_request_target:
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize, converted_to_draft, readu_for_review, assigned, review_requested]
Copy link
Contributor

Choose a reason for hiding this comment

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

ready_for_review?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, good catch

@sihyung-maxim sihyung-maxim merged commit 4375684 into main Jul 3, 2023
@sihyung-maxim sihyung-maxim deleted the fix/workflows branch July 3, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Workflow Related to Workflow development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants