Skip to content

Turn on revive linter in golangci config #15

Turn on revive linter in golangci config

Turn on revive linter in golangci config #15

name: Notify Discord about "help wanted" issues
on:
issues:
types:
- labeled
jobs:
notify:
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Actions for Discord
uses: Ilshidur/action-discord@0.3.2
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }}