Skip to content

Updated ignore list on galaxy.yml. #14

Updated ignore list on galaxy.yml.

Updated ignore list on galaxy.yml. #14

Workflow file for this run

---
name: Pull Request Labeler
on:
pull_request_target:
types:
- assigned
- edited
- labeled
- opened
- reopened
- synchronize
- unlabeled
jobs:
labeler:
runs-on: ubuntu-latest
if: github.repository == 'barstown/ansible-collection-server_baseline'
permissions:
contents: read
pull-requests: write
steps:
- name: Add labels to pull request
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"