This is temporary to discourage people from creating issues or PRs
during the bugzilla migration.
Details
Details
- Reviewers
asl
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Examples of what this would look like for end users:
PR Creation: https://github.com/tstellar/llvm-project/compare/main...tstellar:release-automation
Issue Creation: https://github.com/tstellar/llvm-project/issues/new/choose
"Blank Issue" Creation: https://github.com/tstellar/llvm-project/issues/new
Comment Actions
We can also put into .github/ISSUE_TEMPLATE/config.yml the following:
blank_issues_enabled: false
To disallow non-templated issues
Comment Actions
I disabled blank issue creation, but kept the blank issue template, because it's still possible to create blank issues if you go directly to the url: https://github.com/tstellar/llvm-project/issues/new
This comment was removed by MehdiChinoune.