Skip to content

Merge pull request #366 from infOpen/pyup-update-ansible-lint-5.2.0-t… #875

Merge pull request #366 from infOpen/pyup-update-ansible-lint-5.2.0-t…

Merge pull request #366 from infOpen/pyup-update-ansible-lint-5.2.0-t… #875

Workflow file for this run

---
name: Repo configuration
on: push
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Labeler
if: success()
uses: crazy-max/ghaction-github-labeler@v2
with:
yaml_file: .github/labels.yml
skip_delete: false
dry_run: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}