Skip to content

[Bug] author-in-team isn't labeling when author is a member of the specified team #108

[Bug] author-in-team isn't labeling when author is a member of the specified team

[Bug] author-in-team isn't labeling when author is a member of the specified team #108

Workflow file for this run

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 }}"