WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Custom Selection menu items #4

Custom Selection menu items

Custom Selection menu items #4

Workflow file for this run

name: Add Pull Requests Labels
on:
pull_request_target:
types: [opened, closed, ready_for_review]
jobs:
add-labels:
timeout-minutes: 5
runs-on: ubuntu-latest
if: github.event.action == 'opened'
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6