diff options
| author | Piotr Kuczynski <[email protected]> | 2022-02-01 21:32:19 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-01 21:32:19 +0100 |
| commit | fdfea0da40cc56a528be87ac641f1ced8f345d38 (patch) | |
| tree | ecd84396b0d558a326230796461929f50a961ebf | |
| parent | 471bc1d5d797b5eee5de6c980505d0d8db158776 (diff) | |
| download | faker-fdfea0da40cc56a528be87ac641f1ced8f345d38.tar.xz faker-fdfea0da40cc56a528be87ac641f1ced8f345d38.zip | |
chore: welcome only new issue creators (#338)
| -rw-r--r-- | .github/workflows/issue-labeling.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-labeling.yml b/.github/workflows/issue-labeling.yml index 7ea154f4..fab3cfd3 100644 --- a/.github/workflows/issue-labeling.yml +++ b/.github/workflows/issue-labeling.yml @@ -13,7 +13,7 @@ jobs: if: github.event.label.name == 'help wanted' uses: actions-cool/issues-helper@v2 with: - actions: 'create-comment, remove-labels' + actions: 'welcome, remove-labels' token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | |
