Skip to content

Instantly share code, notes, and snippets.

View dangxcx's full-sized avatar

dang pham dangxcx

View GitHub Profile
@dangxcx
dangxcx / pr-linear-label.yml
Last active May 5, 2023 23:17
Label PR with Linear team using branch name
name: "Pull Request"
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
jobs:
label_pull_request_by_branch:
runs-on: ubuntu-latest
steps:
- name: Get Linear team from branch name
id: get_linear_team