From b13d9bda0d001fa21ef66eec75ee8d4e8188f2a7 Mon Sep 17 00:00:00 2001 From: Ehsan Saei <71217171+esigo@users.noreply.github.com> Date: Sat, 8 Jul 2023 14:20:23 +0200 Subject: [PATCH] help wanted comment --- .github/workflows/project_management_comment.yml | 5 +++-- .github/workflows/project_management_issue_open.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project_management_comment.yml b/.github/workflows/project_management_comment.yml index 9acd0fda9c..417202b410 100644 --- a/.github/workflows/project_management_comment.yml +++ b/.github/workflows/project_management_comment.yml @@ -6,7 +6,7 @@ on: - labeled jobs: add-comment: - if: github.event.label.name == 'help-wanted' + if: github.event.label.name == 'help wanted' runs-on: ubuntu-latest permissions: issues: write @@ -16,4 +16,5 @@ jobs: with: issue-number: ${{ github.event.issue.number }} body: | - This issue is available for anyone to work on. **Make sure to reference this issue in your pull request.** :sparkles: Thank you for your contribution! :sparkles: + This issue is available for anyone to work on. **Make sure to reference this issue in your pull request.** + :sparkles: Thank you for your contribution! :sparkles: diff --git a/.github/workflows/project_management_issue_open.yml b/.github/workflows/project_management_issue_open.yml index 2b2e0782a3..d9c1b3893f 100644 --- a/.github/workflows/project_management_issue_open.yml +++ b/.github/workflows/project_management_issue_open.yml @@ -5,6 +5,7 @@ on: - reopened - opened pull_request: + types: - reopened - opened jobs: