Files
auricom-home-cluster/.github/workflows/meta-labeler.yml
feisar-bot 881385d06d ⬆️ Update actions/labeler action to v4.1.0
| datasource  | package         | from   | to     |
| ----------- | --------------- | ------ | ------ |
| github-tags | actions/labeler | v4.0.4 | v4.1.0 |
2023-06-05 11:15:00 +00:00

26 lines
662 B
YAML

---
name: "Meta Labeler"
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # v4.1.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"