mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-14 02:30:40 +08:00
14 lines
383 B
YAML
14 lines
383 B
YAML
on: pull_request_review
|
|
name: Add "approved" label when approved
|
|
jobs:
|
|
add_label:
|
|
name: Add "approved" label when approved
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Add "approved" label when approved
|
|
uses: realstealthninja/label-when-approved@main
|
|
with:
|
|
approvals: 1
|
|
secret: ${{ secrets.GITHUB_TOKEN }}
|
|
label: "approved"
|