Skip to content

chore(deps-dev): bump stylelint from 15.7.0 to 15.10.1 #24799

chore(deps-dev): bump stylelint from 15.7.0 to 15.10.1

chore(deps-dev): bump stylelint from 15.7.0 to 15.10.1 #24799

Workflow file for this run

name: Issue Triage
on:
issues:
types: [opened]
issue_comment:
types: [created]
workflow_call:
secrets:
APP_ID:
required: true
APP_PRIVATE_KEY:
required: true
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Generate token
uses: tibdex/github-app-token@v1
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: carbon-design-system/carbon/actions/issues@main
with:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
enabled: true