Skip to content

[ci] Correct nightly release to use latest code from main branch #160

[ci] Correct nightly release to use latest code from main branch

[ci] Correct nightly release to use latest code from main branch #160

Workflow file for this run

name: Remove Labels
on:
issues:
types: [closed]
pull_request:
types: [closed]
# Cancel CI workflows which are still running from previous pushes
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
add_labels:
runs-on: ubuntu-latest
steps:
- name: Remove labels
uses: andymckay/labeler@master
with:
remove-labels: "org:awaiting information, org:discussion, org:help wanted, org:in progress, org:on hold, org:planned, org:ready to merge, org:review"