Upgrade Spfx List View Command Set to configure a Page as Single App Part page extension to latest version of SPFx - Refresh Rangers Hacktoberfest Event #219
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
name: 'Label Actions' | |
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' |