Skip to content
user-plus

GitHub Action

Auto Label in Issue

1.3.0 Latest version

Auto Label in Issue

user-plus

Auto Label in Issue

Add the same tag of the issue associated with the pull_request

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Auto Label in Issue

uses: Yaminyam/[email protected]

Learn more about this action in Yaminyam/auto-label-in-issue

Choose a version

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]