Skip to content

Auto Label in Issue

Actions
Add the same tag of the issue associated with the pull_request
1.3.0
Latest
Star (33)

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/[email protected]

Auto Label in Issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Add the same tag of the issue associated with the pull_request
1.3.0
Latest

Auto Label in Issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.