Skip to content

Commit

Permalink
Merge pull request #13966 from terraform-providers/f-revise-slack-gh-…
Browse files Browse the repository at this point in the history
…action-scope

Revise action to filter at the repository rather than the org level
  • Loading branch information
breathingdust authored Jun 29, 2020
2 parents c28747a + 93361a4 commit 58c29eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/team_slack_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
name: open-pr-stats
steps:
- name: open-pr-stats
uses: breathingdust/github-team-slackbot@v13
uses: breathingdust/github-team-slackbot@v17
with:
github_token: ${{ secrets.GITHUB_ACTIONS_TOKEN}}
org: terraform-providers
repo: terraform-provider-aws
team_slug: aws-provider
slack_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel: ${{ secrets.SLACK_CHANNEL }}

0 comments on commit 58c29eb

Please sign in to comment.