Skip to content

feat: Exposed dropdown directive from dropdown treeview component #6

feat: Exposed dropdown directive from dropdown treeview component

feat: Exposed dropdown directive from dropdown treeview component #6

name: PR Branch Labeler
on:
pull_request:
types:
- opened
pull_request_target:
types:
- opened
jobs:
label_prs:
runs-on: ubuntu-latest
steps:
- name: Label PRs
if: github.event.action == 'opened' # Only run the action when the PR was first opened
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}