llvm-capstone/.github/workflows
Tom Stellard 5e4e2a5aae
workflows/pr-receive: Ignore pull requests with 10 or more commits (#66320)
This will cause the auto-labeler not to run on pull requests with more
than 10 commits. Usually larger pull requests like this are mistakes and
we want to avoid generating an excessive amount of notifications.

It may be possible for legitimate pull requests to have 10 or more
commits from people pushing fixup commits to addresss review comments.
However, these pull requests should already have the correct labels by
the time they grow to 10 commits.
2023-09-16 07:45:50 -07:00
..
clang-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
issue-release-workflow.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
issue-subscriber.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
libclang-abi-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
libclc-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
lld-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
lldb-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
llvm-bugs.yml
llvm-project-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
llvm-tests.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
new-issues.yml [Github] Use our own issue labeler fork (#65900) 2023-09-15 18:14:11 +02:00
new-prs.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
pr-python-format.yml Add GitHub workflow for check Python file formatting (#65482) 2023-09-08 18:22:20 +02:00
pr-receive-label.yml workflows: Reconfigure pr-subscriber action so that it can access secrets 2023-09-08 11:55:59 -07:00
pr-receive.yml workflows/pr-receive: Ignore pull requests with 10 or more commits (#66320) 2023-09-16 07:45:50 -07:00
pr-subscriber-wait.py workflows/pr-subscriber: Use our own custom concurrency implementation (#66263) 2023-09-13 23:46:23 -07:00
pr-subscriber.yml workflows/pr-subscriber: Use our own custom concurrency implementation (#66263) 2023-09-13 23:46:23 -07:00
README.md
release-binaries.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
release-tasks.yml [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30
set-release-binary-outputs.sh
sync-release-repo.yml [GitHub] use checkout action v4 (#65819) 2023-09-12 12:08:56 +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 [github] GitHub Actions workflows changes (#65856) 2023-09-13 01:51:47 +03:30

Github action workflows should be stored in this directrory.