Skip to content

Add the same tag of the issue associated with the pull_request

Notifications You must be signed in to change notification settings

Yaminyam/auto-label-in-issue

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Add the same tag of the issue associated with the pull_request

Resources

Stars

Watchers

Forks

Packages

No packages published