Improve inventory target name resolution #3981
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: Release Notes | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize] | |
paths: | |
- Puppetfile | |
- bolt-modules/** | |
- lib/bolt/** | |
- modules/** | |
jobs: | |
release-notes: | |
name: Release Notes | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Check for release notes | |
uses: rulesets/rulesets@v1.0.0-beta | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |