Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Auto Label in Issue

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

auto-label-in-issue

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.0.0

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.