Loading .github/workflows/ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ concurrency: group: ${{ github.ref_name }} cancel-in-progress: true permissions: contents: read jobs: puppet: name: Puppet Loading .github/workflows/labeler.yml +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ name: "Pull Request Labeler" on: pull_request_target: {} permissions: contents: read pull-requests: write jobs: labeler: permissions: Loading .github/workflows/prepare_release.yml +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ on: description: 'Module version to be released. Must be a valid semver string without leading v. (1.2.3)' required: false permissions: contents: write pull-requests: write jobs: release_prep: uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3' Loading .github/workflows/release.yml +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ on: tags: - '*' permissions: contents: write jobs: release: name: Release Loading .msync.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ modulesync_config_version: '9.7.0' modulesync_config_version: '10.0.0' Loading
.github/workflows/ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ concurrency: group: ${{ github.ref_name }} cancel-in-progress: true permissions: contents: read jobs: puppet: name: Puppet Loading
.github/workflows/labeler.yml +4 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,10 @@ name: "Pull Request Labeler" on: pull_request_target: {} permissions: contents: read pull-requests: write jobs: labeler: permissions: Loading
.github/workflows/prepare_release.yml +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ on: description: 'Module version to be released. Must be a valid semver string without leading v. (1.2.3)' required: false permissions: contents: write pull-requests: write jobs: release_prep: uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3' Loading
.github/workflows/release.yml +3 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,9 @@ on: tags: - '*' permissions: contents: write jobs: release: name: Release Loading
.msync.yml +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ modulesync_config_version: '9.7.0' modulesync_config_version: '10.0.0'