(MAINT) Fixes no new line at EOF
[puppet-modules/puppetlabs-apt.git] / .github / workflows / labeller.yml
1 name: community-labeller
2
3 on:
4   issues:
5     types:
6       - opened
7   pull_request:
8     types:
9       - opened
10
11 jobs:
12   label:
13     runs-on: ubuntu-latest
14     steps:
15
16       - uses: puppetlabs/community-labeller@v0
17         name: Label issues or pull requests
18         with:
19           label_name: community
20           label_color: '5319e7'
21           org_membership: puppetlabs
22           token: ${{ secrets.IAC_COMMUNITY_LABELER }}