flexible value for auth_method in pg_hba.conf if passwords are used #154
Workflow file for this run
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: Labeller | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
- unlabeled | |
pull_request_target: | |
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 }} |