-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: state | ||
on: [issues, pull_request] | ||
jobs: | ||
state: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Reactions | ||
uses: bubkoo/auto-comment@v1 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
issuesOpened: > | ||
Hey @{{ author }},<br /><br /> | ||
This repo is not currenlty maintained.<br /> | ||
Please refer to #244 for more info on **alternatives** or how you can help.<br /><br /> | ||
_For **crashes alone**, please reply under this by mentioning `@sbertix`._<br /> | ||
_If no exception is ever raised in your code and the feature is simply not behaving as expected or as it used to, this will likely not be fixed at the moment._<br /> | ||
_Your issue, however, **will not be closed**, in hopes of **SwiftyInsta** being maintained again._ | ||
pullRequestOpened: > | ||
Hey @{{ author }},<br /><br /> | ||
This repo is not currently maintained.<br /> | ||
Please refer to #244 for more info on **alternatives** or how you can help.<br /><br /> | ||
Once you're staisfied with your PR, please request a review from `@sbertix`.<br /><br /> | ||
_Reviews for **crash fixes** will always be considered._ |