Skip to content

ci: setup new Github workflow for releasing #3

ci: setup new Github workflow for releasing

ci: setup new Github workflow for releasing #3

Workflow file for this run

name: Update repository labels
on:
pull_request:
jobs:
checks:
name: Update labels
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.DEPLOY_APP_ID }}
private-key: ${{ secrets.DEPLOY_APP_KEY }}
- name: Call script
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
chmod +x .github/update-labels.sh
.github/update-labels.sh