Skip to content

feat(ansible)!: Update community.general to 10.3.0 #136

feat(ansible)!: Update community.general to 10.3.0

feat(ansible)!: Update community.general to 10.3.0 #136

Workflow file for this run

---
name: Pull Request Labeler
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Generate Token
id: generate-token
uses: tibdex/[email protected]
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/[email protected]
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"