Skip to content

[BUG] Refresh of agent data not working anymore with version 3.0.0 of ansible collection #66

[BUG] Refresh of agent data not working anymore with version 3.0.0 of ansible collection

[BUG] Refresh of agent data not working anymore with version 3.0.0 of ansible collection #66

Workflow file for this run

name: "Labeler"
on:
issues:
types: [opened, edited]
pull_request_target:
paths:
- 'plugins/**'
- 'roles/**'
permissions:
contents: read
issues: write
pull-requests: write
jobs:
issues:
runs-on: ubuntu-latest
steps:
- name: "Label Issues."
uses: github/[email protected]
with:
configuration-path: .github/labels-issues.yml
include-title: 1
repo-token: ${{ github.token }}
enable-versioned-regex: 0
sync-labels: 0
pulls:
runs-on: ubuntu-latest
steps:
- name: "Label Pull Requests."
uses: actions/labeler@v4
with:
configuration-path: .github/labels-prs.yml
sync-labels: 0