Skip to content
Snippets Groups Projects
Unverified Commit 8338de2b authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Introduce a backport reminder CI workflow (#32972)

* Introduce backport reminder CI workflow

* Only trigger against `master`

* Re-trigger when author adds a label

* Disable PR bot reviews

* Keep the job name terse
parent 5c1b2af3
No related branches found
No related tags found
Loading
name: Backport Reminder
on:
pull_request:
types: [auto_merge_enabled, review_requested, labeled, unlabeled]
branches:
- "master"
jobs:
backport-reminder:
name: Decide whether to backport or not
runs-on: ubuntu-22.04
steps:
- uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'backport, no-backport'
disable-reviews: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment