Skip to content

feat(github-release): update release just ( 1.52.0 ➔ 1.53.0 ) #71

feat(github-release): update release just ( 1.52.0 ➔ 1.53.0 )

feat(github-release): update release just ( 1.52.0 ➔ 1.53.0 ) #71

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Labeler
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
main:
name: Labeler - Labeler
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
permissions:
contents: read
pull-requests: write
steps:
- name: Generate Token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- name: Labeler
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: ${{ steps.app-token.outputs.token }}
configuration-path: .github/labeler.yaml