Skip to content

(CONT-1241) - Retrying when response body is nil or empty but response code is 200 #27

(CONT-1241) - Retrying when response body is nil or empty but response code is 200

(CONT-1241) - Retrying when response body is nil or empty but response code is 200 #27

Workflow file for this run

name: Labeller
on:
issues:
types:
- opened
- labeled
- unlabeled
pull_request_target:
types:
- opened
- labeled
- unlabeled
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: puppetlabs/community-labeller@v1.0.1
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 }}