Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

(maint) Update labeller.yml to pull_request #37

(maint) Update labeller.yml to pull_request

(maint) Update labeller.yml to pull_request #37

Workflow file for this run

name: Labeller
on:
issues:
types:
- opened
- labeled
- unlabeled
pull_request:
types:
- opened
- labeled
- unlabeled
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: puppetlabs/[email protected]
name: Label issues or pull requests
with:
label_name: community
label_color: '5319e7'
org_membership: puppetlabs
fail_if_member: 'true'
token: ${{ secrets.IAC_COMMUNITY_LABELER }}