Skip to content

Commit

Permalink
issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumitsh28 committed Sep 18, 2024
1 parent 15c8753 commit 16ab661
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
name: Issue Workflow
on:
issues:
types: ['opened']
types: ['opened']

jobs:
Opened-issue-label:
name: Adding Issue Label
Expand All @@ -23,13 +24,16 @@ 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
steps:
- 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."

0 comments on commit 16ab661

Please sign in to comment.