mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 21:18:24 +00:00
15 lines
275 B
YAML
15 lines
275 B
YAML
name: 'Check for incomplete submissions'
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled, unlabeled]
|
|
|
|
jobs:
|
|
reaction:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/label-actions@v2
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
process-only: 'issues'
|