We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8b05a commit 06d1a34Copy full SHA for 06d1a34
.github/workflows/pr-auto-label.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
- name: Sync labels with closing issues
24
- uses: wd60622/closing-labels@v0.0.4
+ uses: williambdean/closing-labels@v0.0.4
25
with:
26
exclude: "question,request discussion,help wanted"
27
respect_unlabeled: true
.github/workflows/uml.yml
@@ -56,6 +56,6 @@ jobs:
56
57
See the logs [here](https://github.com/pymc-labs/pymc-marketing/actions/workflows/uml.yml) for more details." \
58
--label "no releasenotes" \
59
- --reviewer "wd60622,juanitorduz"
+ --reviewer "williambdean,juanitorduz"
60
env:
61
GH_TOKEN: ${{ github.token }}
0 commit comments