Skip to content

[RHELC-1164] Update RHSM custom facts during analysis #500

[RHELC-1164] Update RHSM custom facts during analysis

[RHELC-1164] Update RHSM custom facts during analysis #500

Workflow file for this run

name: Tests Label Commenter
on:
pull_request_target:
types: [labeled, unlabeled]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
sparse-checkout: |
.github/label-commenter-config.yml
sparse-checkout-cone-mode: false
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1.10.0
env:
RUNNER_DEBUG: 1
with:
github_token: ${{ secrets.LABEL_COMMENTER }}