Skip to content

awscc_quicksight_analysis and dashboard resources missing Definition attribute #80

awscc_quicksight_analysis and dashboard resources missing Definition attribute

awscc_quicksight_analysis and dashboard resources missing Definition attribute #80

Workflow file for this run

on:
issues:
types: [opened]
name: Issue triage
jobs:
markIssuesForTriage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Apply Issue needs-triage Label
if: github.event.action == 'opened' && !contains(fromJSON('["breathingdust", "ewbankkit", "gdavison", "johnsonaj", "YakDriver", "zhelding"]'), github.actor)
uses: github/issue-labeler@e24a3eb6b2e28c8904d086302a2b760647f5f45c # v3.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-issue-needs-triage.yml
enable-versioned-regex: 0
- name: Apply Issue Triage Labels
uses: github/issue-labeler@e24a3eb6b2e28c8904d086302a2b760647f5f45c # v3.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler-issue-triage.yml
enable-versioned-regex: 0