Skip to content

ci(github): Add GitHub Actions Workflow for Automatic Release #1798

ci(github): Add GitHub Actions Workflow for Automatic Release

ci(github): Add GitHub Actions Workflow for Automatic Release #1798

Workflow file for this run

name: 'actions/labeler'
on:
- pull_request_target
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'