forked from silverstripe/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5aff2f9
commit 8126f54
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Rhino issue | ||
|
||
on: | ||
# At 17:00 UTC every Tuesday | ||
#schedule: | ||
# - cron: '0 17 * * 2' | ||
workflow_dispatch: | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
rhino-issue: | ||
name: Rhino issue | ||
# Only run cron on the silverstripe account | ||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
steps: | ||
- name: Rhino issue | ||
uses: emteknetnz/gha-issue@main | ||
with: | ||
title: Broken builds and merge-ups | ||
close_existing: true | ||
description: | | ||
This is an automatically created issue used to remind the Silverstripe CMS Squad to look at broken builds and merge-ups every Tuesday.\n | ||
\n | ||
It was created by the `.github/workflows/rhino-issue.yml` workflow in the [silverstripe/.github](https://github.com/silverstripe/.github/) repository.\n | ||
\n | ||
### Triage instructions\n | ||
1. Put on the following label:\n | ||
- `type/other`\n | ||
2. Move this issue to the "Ready" column on our internal zenhub board\n | ||
\n | ||
### Broken builds:\n | ||
- https://rhino.silverstripe.org/?t=builds\n | ||
\n | ||
### Merge-ups:\n | ||
- https://rhino.silverstripe.org/?t=merge-ups\n |