CI Require Labels by @jonathanlam c1c9686bcf607f2ee97bc1829892758a75a35869 #1
This file contains hidden or 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
| name: CI Require Labels | |
| on: | |
| pull_request: | |
| types: [opened, labeled, unlabeled, synchronize] | |
| run-name: CI Require Labels by @${{ github.actor }} ${{ github.sha }} | |
| permissions: | |
| pull-requests: write | |
| jobs: | |
| require-labels: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Require Labels | |
| uses: nullify-platform/github-actions/actions/require-labels@main |