Skip to content

feat(RELEASE-1993): convert update-fbc-catalog-task to python #3500

feat(RELEASE-1993): convert update-fbc-catalog-task to python

feat(RELEASE-1993): convert update-fbc-catalog-task to python #3500

Workflow file for this run

---
name: PR AI Labeler
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label-pr:
runs-on: ubuntu-latest
steps:
- name: Label PR using shared action
uses: konflux-ci/release-service-automations/pr-ai-labeler@5da461efb1b29e523d01989ee09758e85099bda8 # main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
pr-number: ${{ github.event.pull_request.number }}
repository: ${{ github.repository }}