Skip to content

Commit e331030

Browse files
committed
Point folks to the maintenance note
There were some people reacting with "Eyes" to the automated notice, so have those point to the note explaining the current state.
1 parent 1dbe1be commit e331030

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/first-interaction@v1
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
issue-message: 'Thanks for filing an issue! Please note that this project is only passively maintained, so your best bet for getting an issue resolved is through a pull request that is easy to verify!'
13-
pr-message: 'Thanks for your contribution! As this project is only passively maintained, it is preferable for PRs to be as simple as possible to verify and review. If feasible and appropriate, consider including a tiny test file to exercise your proposed changes!'
12+
issue-message: 'Thanks for filing an issue! Please note that this project is only passively maintained, so your best bet for getting an issue resolved is through a pull request that is easy to verify! [Please read this for more information.](https://github.com/wez/atomicparsley#a-note-on-maintenance)'
13+
pr-message: 'Thanks for your contribution! As this project is only passively maintained, it is preferable for PRs to be as simple as possible to verify and review. If feasible and appropriate, consider including a tiny test file to exercise your proposed changes! [Please read this for more information.](https://github.com/wez/atomicparsley#a-note-on-maintenance)'

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ zlib - used to compress ID3 frames & expand already compressed frames
3434

3535
## A note on maintenance!
3636

37-
> I made some fixes to the original project on sourceforge back in
38-
> in 2009 and became the de-facto fork of AtomicParsley as a
39-
> result. However, I haven't used this tool myself in many years and have
40-
> acted in a very loose guiding role since then.
37+
> I made some fixes to the original project on sourceforge back in in 2009 and
38+
> became the de-facto fork of AtomicParsley as a result. However, I haven't
39+
> used this tool myself in many years and have acted in a very loose guiding
40+
> role since then.
4141
>
4242
> In 2020 Bitbucket decided to cease hosting Mercurial based repositories
4343
> which meant that I had to move it in order to keep it alive, so you'll
@@ -51,6 +51,6 @@ zlib - used to compress ID3 frames & expand already compressed frames
5151
> This repo has GitHub Actions enabled for the three major platforms
5252
> so bootstrapping some test coverage is feasible.
5353
>
54-
> You are welcome to report issues using the issue tracker, but I am
55-
> unlikely to act upon them.
54+
> You are welcome to report issues using the issue tracker, but I (@wez)
55+
> am unlikely to act upon them.
5656

0 commit comments

Comments
 (0)