Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Please specify the following in the description:

- Meaningful title. Use the tempalte: ```[Milestone]```.```PullRequest_Title```
- A reference to the original GitHub issue using # selector.
- A description/notes about this pull request.
- If you fix a bug don't forget about test case.
- If you add a new feature don't forget about test case.
17 changes: 17 additions & 0 deletions .github/workflows/polls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: GitHub Polls Actions Bot

on:
issue_comment:
types: [created, edited] # issue comment is created or edited
issues:
types: [opened, edited] # issue is opened or edited
pull_request_review_comment:
types: [created, edited]

jobs:
polls:
runs-on: ubuntu-latest
steps:
- uses: imjohnbo/gh-polls-bot-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # created for you automatically; https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#github_token-secret