Skip to content

Commit

Permalink
Workflows updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumar-laxmi committed Jul 12, 2024
1 parent 9ac540a commit 65271de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Message that will be displayed on users' first issue"
pr-message: "Message that will be displayed on users' first pull request"
issue-message: "We appreciate you pointing us to the problem, and as soon as time allows, we will look into it. Thank you!"
pr-message: "We appreciate you creating your first pull request and look forward to reviewing your future contributions."
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-message: 'This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem'
stale-pr-message: 'This pull request has been automatically closed because it has been inactive for many days. Please reopen if you still intend to submit this pull request.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'

0 comments on commit 65271de

Please sign in to comment.