Skip to content

Commit

Permalink
Merge pull request #348 from wakatime/feature/on-open#issue
Browse files Browse the repository at this point in the history
Remove welcome message on open issue
  • Loading branch information
gandarez authored May 4, 2021
2 parents 732e074 + 7ff712d commit 9946134
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/on_open_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,3 @@ jobs:
repo: context.repo.repo,
labels: ['triage']
})
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
})

0 comments on commit 9946134

Please sign in to comment.