Skip to content

team-slack-bot

team-slack-bot #524

name: team-slack-bot
on:
schedule:
- cron: '0 15 * * 1-5'
jobs:
open-pr-stats:
runs-on: ubuntu-latest
name: open-pr-stats
if: github.repository_owner == 'hashicorp'
steps:
- name: open-pr-stats
uses: breathingdust/github-team-slackbot@f54b7983243d7f5a015b659f71d3c3dbe7b04001
with:
github_token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN}}
org: hashicorp
repo: terraform-provider-aws
team_slug: terraform-aws
slack_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel: ${{ secrets.SLACK_CHANNEL }}