Files
auricom-home-cluster/.github/workflows/meta-labeler.yml
feisar-bot 16c9c4bb4c ⬆️ Update tibdex/github-app-token action to v1.8.2
| datasource  | package                 | from   | to     |
| ----------- | ----------------------- | ------ | ------ |
| github-tags | tibdex/github-app-token | v1.8.0 | v1.8.2 |
2023-09-01 21:48:04 +02: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@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Labeler
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ steps.generate-token.outputs.token }}"