Skip to content

Commit

Permalink
Update tld-update.yml to automatically add labels when autopull catch…
Browse files Browse the repository at this point in the history
…es deltas and generates PR (#1815)

* Update tld-update.yml

Auto-adds labels to indicate this is automation and impacts the upper 'ICANN' section

* Label autopull and Add it to "List Add/Mod/Del" in "To-Do" state

Added the project/card assignment ( hat tip: @cpu )

* Updating tld-update.yml - adds label and makes 'card' w project/state

Fixed the Card _stuff_ to 
```
column-name: To-Do
```
  • Loading branch information
dnsguru authored Aug 4, 2023
1 parent 7fa8a3d commit 250b1ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tld-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,18 @@ jobs:
committer: "GitHub <[email protected]>"
author: "GitHub <[email protected]>"
branch: psl-gtld-update
labels: |
✅ autopull
🚩ICANN (IANA/ICP-3) Section
delete-branch: true

- name: Create or Update to List Add/Mod/Del To-Do Card
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: peter-evans/create-or-update-project-card@v2
with:
project-number: 2
column-name: To-Do
issue-number: ${{ steps.cpr.outputs.pull-request-number }}

- name: Check outputs
run: |
Expand Down

0 comments on commit 250b1ed

Please sign in to comment.