lablup / auto-label-in-issue

Add the tag of the associated issue to the pull_request equally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto-label-in-issue

GitHub Actions: Add the same tag of the issue associated with the pull_request.

Usage

# .github/workflows/auto-label.yml
name: 'Auto Label'

on:
  pull_request:
    types: [labeled, unlabeled, opened, synchronize, reopened]

permissions:
  pull-requests: write

jobs:
  auto-label:
    runs-on: ubuntu-latest
    steps:
      - uses: Yaminyam/auto-label-in-issue@1.1.0

About

Add the tag of the associated issue to the pull_request equally.


Languages

Language:JavaScript 100.0%