Skip to content

Commit

Permalink
feat: testing enhancement github bot (#14378)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Aug 2, 2023
1 parent b4a65d6 commit 38bb5ff
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Configuration for Label Actions - https://github.com/dessant/label-actions

# The `enhancement` label is added to issues
enhancement:
# Post a comment
comment: >
Thank you for submitting a feature request. Here’s what to expect next.
Your proposal is open and is now being [triaged](https://github.com/orgs/carbon-design-system/projects/51/views/1) by the Carbon team.
If your proposal is accepted and the Carbon team has bandwidth they will take on the issue, or else request volunteers from the community.
Read the full triaging workflow [here](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/support.md#type-enhancement-).
# Option to lock the thread
lock: false
16 changes: 16 additions & 0 deletions .github/workflows/contribution-buddy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Contribution Buddy
# This workflow is triggered when a label is added to an issue.
on:
issues:
types: labeled

jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/label-actions@v3
with:
github-token: ${{ github.token }}
config-path: '.github/label-actions.yml'
process-only: 'issues'

0 comments on commit 38bb5ff

Please sign in to comment.