Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

[CI]: Remove username revolyssup from dependabot #35

[CI]: Remove username revolyssup from dependabot

[CI]: Remove username revolyssup from dependabot #35

name: Newcomers Alert
on:
issues:
types: [labeled]
jobs:
good-first-issue-notify:
if: github.event.label.name == 'good first issue' || github.event.label.name == 'first-timers-only'
name: Notify Slack for new good-first-issue
runs-on: ubuntu-latest
steps:
- name: Notify slack
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
uses: pullreminders/slack-action@master
with:
args: '{\"channel\":\"C019426UBNY\",\"text\":\"A good first issue label was just added to ${{github.event.issue.html_url}}.\"}'