Skip to content

Commit

Permalink
Add state action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbertix committed Mar 16, 2021
1 parent 122a9de commit 756bf2e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/state.yml
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._

0 comments on commit 756bf2e

Please sign in to comment.