-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[New Workflow] Bot to automatically reply to new issues #2684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,34 @@ | ||
🤖 🤖 | ||
|
||
Hi! 👋🏽 👋 Welcome to the Exercism Python Repo! | ||
|
||
Thank you for opening an issue! 🌟 🐍 🌈 | ||
|
||
<br> | ||
|
||
🔹 If you are requesting support, we will be along shortly to help. (*generally within* **72 hours,** *often more quickly*). | ||
🔹 Found a problem with tests, exercises or something else?? 🌟 🎉 🌟. | ||
We'll take a look as soon as we can & identify what work is needed to fix it. *(generally within* **72 hours**). | ||
|
||
🔅 If you'd also like to make a PR to **fix** the issue after discussing it, | ||
_We 💛 💙 PRs that follow our [Exercsim](https://exercism.org/docs/building) & [Track](https://github.com/exercism/python/blob/main/CONTRIBUTING.md) contributing guidelines!_ | ||
|
||
🔹 Here because of an obvious (*and* **small** *set of*) spelling, grammar, or punctuation issues with **one** exercise, | ||
concept, or Python document?? 🌟 `Please feel free to submit a PR, linking to this issue.` 🎉 | ||
|
||
🔅 ❗ Please **do not** run checks on the whole repo & submit a bunch of PRs. | ||
That will **make us sad**. 😞 For anything complicated or ambiguous, let's discuss things -- | ||
we will likely welcome a PR from you. | ||
|
||
🔅 ❗ Please keep in mind that inserting only blank lines, making a closing bracket drop to the next line, changing a word | ||
to a synonym without obvious reason, adding trailing space that's not a[ EOL](https://en.wikipedia.org/wiki/Newline) for the very end of text files, | ||
and other "changes just to change things" are **not** considered helpful, and will likely be closed by reviewers. | ||
|
||
<br> | ||
|
||
💛 💙 _While you are here..._ If you decide to help out with other [open issues](https://github.com/exercism/python/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), you have our **gratitude** 🙌 🙌🏽. | ||
Anything tagged with `[help wanted]` and without `[Claimed]` is up for grabs. | ||
Comment on the issue and we will reserve it for you. 🌈 ✨ | ||
|
||
_Here to suggest a feature or new exercise??_ **Hooray!** 🎉 Please keep in mind [_Chesterton's Fence_](https://github.com/exercism/docs/blob/main/community/good-member/chestertons-fence.md). | ||
_Thoughtful suggestions will likely result faster & more enthusiastic responses from maintainers. | ||
This file contains hidden or 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,24 @@ | ||
name: "Issue Commenter" | ||
on: | ||
issues: | ||
types: [opened] | ||
|
||
jobs: | ||
comment-on-new-issue: | ||
runs-on: ubuntu-latest | ||
name: Comments for every NEW issue. | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
- name: Read issue-comment.md | ||
id: issue-comment | ||
uses: juliangruber/read-file-action@v1 | ||
with: | ||
path: .github/issue-comment.md | ||
|
||
- name: Base comment | ||
uses: jd-0001/[email protected] | ||
with: | ||
message: "${{ steps.issue-comment.outputs.content }}" | ||
ignore-label: ":anger: prickle" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.