From 16ab661c621605b371726ca89b5d0c42f31b165a Mon Sep 17 00:00:00 2001 From: Sumitsh28 Date: Wed, 18 Sep 2024 20:33:32 +0530 Subject: [PATCH] issue --- .github/workflows/issue.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 06da465ccf..05457155a2 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -12,7 +12,8 @@ name: Issue Workflow on: issues: - types: ['opened'] + types: ['opened'] + jobs: Opened-issue-label: name: Adding Issue Label @@ -23,7 +24,11 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} ignore-comments: true default-labels: '["unapproved"]' - + labels: | + dependencies,security,good first issue: dependabot,dependency,dependencies + security,good first issue: security + ui/ux,good first issue: layout,screen,design,figma + Issue-Greeting: name: Greeting Message to User runs-on: ubuntu-latest @@ -31,5 +36,4 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Congratulations on making your first Issue! :confetti_ball: If you haven't already, check out our [Contributing Guidelines](https://github.com/PalisadoesFoundation/talawa-admin/blob/develop/CONTRIBUTING.md) and [Issue Reporting Guidelines](https://github.com/PalisadoesFoundation/talawa-admin/blob/develop/ISSUE_GUIDELINES.md) to ensure that you are following our guidelines for contributing and making issues." - + issue-message: "Congratulations on making your first Issue! :confetti_ball: If you haven't already, check out our [Contributing Guidelines](https://github.com/PalisadoesFoundation/talawa-admin/blob/develop/CONTRIBUTING.md) and [Issue Reporting Guidelines](https://github.com/PalisadoesFoundation/talawa-admin/blob/develop/ISSUE_GUIDELINES.md) to ensure that you are following our guidelines for contributing and making issues." \ No newline at end of file