Skip to content

Address event correlation issues in the awx_display callback #343

Address event correlation issues in the awx_display callback

Address event correlation issues in the awx_display callback #343

Workflow file for this run

name: Triage
on:
issues:
types:
- reopened
pull_request_target:
types:
- reopened
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
name: Label
steps:
- name: Label pull requests
uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/pr_labeler_existing.yml
if: github.event_name == 'pull_request_target'
- name: Label issues
uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
not-before: 2021-12-07T07:00:00Z
configuration-path: .github/issue_labeler.yml
enable-versioned-regex: 0
if: github.event_name == 'issues'