mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-28 06:15:33 +01:00
18 lines
360 B
YAML
18 lines
360 B
YAML
---
|
|
# Managed by modulesync - DO NOT EDIT
|
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
|
|
|
name: "Pull Request Labeler"
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
pull_request_target: {}
|
|
|
|
jobs:
|
|
labeler:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v5
|