Skip to content

I want to have my own logo. #3867

I want to have my own logo.

I want to have my own logo. #3867

Workflow file for this run

# Reference: https://github.com/imjohnbo/gh-polls-bot-action
name: Poll Bot
# The events that triggers the workflow
on:
issue_comment:
types: [created, edited] # issue comment is created or edited
issues:
types: [opened, edited] # issue is opened or edited
jobs:
polls:
name: Poll Bot
# The machine each job should run
runs-on: ubuntu-latest
# The tasks each job should run
steps:
- uses: imjohnbo/gh-polls-bot-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}