llvm-capstone/.github/workflows
cor3ntin 3301edf45d
[Github] Improve automatic new issue labelling (#65309)
This patch:
* Replaces `andymckay/labeler` which does not appear to be maintained by
github official solution
* Removes the closed issue workflow which was disabled a few years ago
and never fixed.
* Adds a few rules to add label based on PR title, hopefully that can
make triaging simpler. If that turns out to be useful, we can consider
adding more rules for backends, etc. We could technically also pattern
match the body of the issue but I'm concerned about trying to be _too_
clever.

The new system is only triggered on PR open so manual labels should not
be removed.
2023-09-05 14:53:56 +02:00
..
clang-tests.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
issue-release-workflow.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
issue-subscriber.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
libclang-abi-tests.yml workflows: Fix libclang-abi test after update to use download-artifac… (#64877) 2023-08-28 09:38:27 -07:00
libclc-tests.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
lld-tests.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
lldb-tests.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
llvm-bugs.yml workflows: Don't try and run llvm-bugs in forks 2023-03-16 16:47:07 +00:00
llvm-project-tests.yml [github] update action and use major version 2023-04-15 00:52:44 +03:30
llvm-tests.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00
new-issues-labeler.yml [Github] Improve automatic new issue labelling (#65309) 2023-09-05 14:53:56 +02:00
new-issues.yml [Github] Improve automatic new issue labelling (#65309) 2023-09-05 14:53:56 +02:00
README.md Removing the main to master sync GitHub workflow. 2021-01-28 12:18:25 -08:00
release-binaries.yml workflows/release-binaries: Install missing dependencies 2023-04-20 08:21:53 -07:00
release-tasks.yml workflows/release-tasks: Add missing sudo 2023-08-01 15:59:04 -07:00
set-release-binary-outputs.sh github: Add manual workflow to build and upload release binaries 2023-04-17 12:03:56 -07:00
sync-release-repo.yml [Workflow] Run the repository sync script from GH. 2023-08-10 09:01:18 +02:00
version-check.py [NFC][Py Reformat] Reformat version-check.py in .github dir 2023-05-26 08:11:06 +02:00
version-check.yml feat: harden permissions for all github workflows 2023-03-03 21:34:27 -08:00

Github action workflows should be stored in this directrory.