summaryrefslogtreecommitdiff
path: root/.github/workflows/llvm-bugs.yml
Commit message (Collapse)AuthorAgeFilesLines
* workflows: Don't try and run llvm-bugs in forksJessica Clarke2023-03-161-0/+1
| | | | | | | | | | | Most forks won't have an LLVM_BUGS_KEY secret, so Mailgun will error out with a missing key, and if forks do happen to have such a secret then we still don't want to be getting emails to LLVM's mailing lists for downstream forks. Reviewed By: tstellar Differential Revision: https://reviews.llvm.org/D146235
* feat: harden permissions for all github workflowsJoyce Brum2023-03-031-0/+4
| | | | | | | | Signed-off-by: Joyce Brum <joycebrum@google.com> Reviewed By: tstellar Differential Revision: https://reviews.llvm.org/D144119
* [github] update actions and make tweaksMohammed Keyvanzadeh2023-02-011-3/+4
| | | | | | | | | | | - Update the GitHub workflow actions to their latest versions. - Use the latest Node.js LTS release. - Use the latest Ubuntu version for consistency across all workflows. - The `set-output` command is deprecated and will soon be disabled (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) so use the new recommended way. - Use the `$()` expressions for string interpolation instead of the deprecated backticks in Bash. - Format the YAML files. Differential Revision: https://reviews.llvm.org/D143015
* [github] format and refactor GitHub workflowsMohammed Keyvanzadeh2022-06-111-14/+14
| | | | | | Format and refactor the GitHub workflow for consistency. Differential Revision: https://reviews.llvm.org/D125197
* Disable Mailgun click trackingAnton Korobeynikov2022-02-241-0/+1
|
* No need to checkout a repoAnton Korobeynikov2021-12-171-1/+0
|
* Send to llvm-bugsAnton Korobeynikov2021-12-171-1/+1
|
* Install test mailer for github bugsAnton Korobeynikov2021-12-171-0/+57