Skip to content

Commit

Permalink
format github configs
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Aug 18, 2022
1 parent e9f0cbc commit a2c2d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ exemptAssignees: false
# Label to use when marking as stale
staleLabel: wontfix



# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
Expand All @@ -46,7 +44,6 @@ closeComment: false

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

# Limit to only `issues` or `pulls`
# only: issues

Expand All @@ -60,4 +57,4 @@ limitPerRun: 30

# issues:
# exemptLabels:
# - confirmed
# - confirmed
10 changes: 5 additions & 5 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'You have opened your first issue 🎉 The maintainers will get back to this asap 🙂'
pr-message: 'You have opened your first PR 🎉 Thank you for your contribution 🙂'
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "You have opened your first issue 🎉 The maintainers will get back to this asap 🙂"
pr-message: "You have opened your first PR 🎉 Thank you for your contribution 🙂"

0 comments on commit a2c2d3c

Please sign in to comment.