Skip to content

Dev-MJ/LabelingWhenApproved

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

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabelingWhenApproved

name: Labeling when approved PR

on:
  pull_request_review:
    types: [submitted]

jobs:
  add-approve-label:
    runs-on: [ self-hosted ]
    steps:
      - uses: actions/checkout@v2
      - name: Add APPROVE label
        uses: Dev-MJ/LabelingWhenApproved@main
        with:
          github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
          approves-number: 1 # set the required number of reviewers for your PR
          label-name: "APPROVED"
      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published