Skip to content

Commit

Permalink
Enable newer tasks
Browse files Browse the repository at this point in the history
- Prompt to reply to customers when an issue is finally closed after having gathered a lot of tickets. Reference: pcLjiI-Ro-p2
- Slack message when an opened issue starts gathering a lot of tickets. Reference: pciE2j-1iy-p2
  • Loading branch information
jeherve committed Aug 12, 2022
1 parent b7d1f78 commit 22f4d17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request_target: # When a PR is opened, edited, updated, closed, or a label is added.
types: [opened, reopened, synchronize, edited, closed]
issues: # For auto-triage of issues.
types: [opened, reopened, edited]
types: [opened, reopened, edited, closed]
issue_comment: # To gather support references in issue comments.
types: [created]
concurrency:
Expand Down Expand Up @@ -40,4 +40,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.SLACK_TOKEN }}
slack_team_channel: ${{ secrets.SLACK_TEAM_CHANNEL }}
tasks: 'assignIssues,cleanLabels,flagOss,triageNewIssues,gatherSupportReferences'
slack_he_triage_channel: ${{ secrets.SLACK_HE_TRIAGE_CHANNEL }}
slack_quality_channel: ${{ secrets.SLACK_QUALITY_CHANNEL }}
tasks: 'assignIssues,cleanLabels,flagOss,triageNewIssues,gatherSupportReferences,replyToCustomersReminder'

0 comments on commit 22f4d17

Please sign in to comment.