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: Remove triage action & add exclude paths #1576

Merged
merged 3 commits into from
Sep 25, 2023

Conversation

fredericsimard
Copy link
Contributor

Summary:

Removed triage action because this is now integrated in the new Projects, using Workflows. See : https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations

Also, to prevent the whole process of testing in the end-to-end action because a YAML was changed, added .github/workflows/** to the list of excluded paths.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with gradle test to make sure you didn't break anything
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

No longer necessary, the same is done inside new Projects, using workflows.
To prevent the whole process of testing because an action was changed, added `.github/workflows/**` to the list of excluded paths.
@fredericsimard fredericsimard merged commit e8cab7d into master Sep 25, 2023
278 of 279 checks passed
@fredericsimard fredericsimard deleted the fix-actions-remove-add-exclude-paths branch September 25, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants