diff --git a/.github/workflows/congratulations.yml b/.github/workflows/congratulations.yml index be59b5c5..5b27bebd 100644 --- a/.github/workflows/congratulations.yml +++ b/.github/workflows/congratulations.yml @@ -15,13 +15,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'We grateful you making your first issue notification. You can be sure that a return will be made as soon as possible.' - pr-message: 'We grateful you making your first pull request notification. You can be sure that a return will be made as soon as possible.' - - - name: Add label to first-time issue creators - if: github.event_name == 'issues' && github.event.action == 'opened' && github.event.issue.author_association == 'FIRST_TIMER' - uses: actions/labeler@v2 - with: - repository: ${{ github.repository }} - issue-number: ${{ github.event.issue.number }} - labels: good first issue \ No newline at end of file + issue-message: 'We're grateful you made your first issue notification. You can be sure that a response will be made as soon as possible.' + pr-message: 'We're grateful you made your first pull request notification. You can be sure that a response will be made as soon as possible.' \ No newline at end of file