Unverified Commit a3754a8f authored by Tim Meusel's avatar Tim Meusel Committed by GitHub
Browse files

Merge pull request #428 from voxpupuli/modulesync

modulesync 9.7.0-10-g2151f5f
parents 2ce23f8f 68ebc23a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@ concurrency:
  group: ${{ github.ref_name }}
  cancel-in-progress: true

permissions:
  contents: read

jobs:
  puppet:
    name: Puppet
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@ name: "Pull Request Labeler"
on:
  pull_request_target: {}

permissions:
  contents: read
  pull-requests: write

jobs:
  labeler:
    permissions:
+4 −0
Original line number Diff line number Diff line
@@ -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'
+3 −0
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@ on:
    tags:
      - '*'

permissions:
  contents: write

jobs:
  release:
    name: Release
+1 −1
Original line number Diff line number Diff line
@@ -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