[Bug] author-in-team isn't labeling when author is a member of the specified team #108
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 PRs with published action as canary | |
on: | |
- pull_request | |
- issues | |
jobs: | |
apply_labels: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: srvaroa/labeler@master | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |