1
0
mirror of synced 2025-12-25 11:03:37 -05:00

Update label name

This commit is contained in:
Melanie Yarbrough
2021-05-24 17:16:13 -04:00
committed by GitHub
parent 066847cbf3
commit f92fe615a4

View File

@@ -13,7 +13,7 @@ jobs:
comment-that-approved:
name: Add review template
runs-on: ubuntu-latest
if: github.event.label.name == 'docs-content-ready-for-review' && github.repository == 'github/docs-internal'
if: github.event.label.name == 'add-review-template' && github.repository == 'github/docs-internal'
steps:
- name: check out repo content