[Bug]: space_setting is not excepted in aws_sagemake_space #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue triage | |
on: | |
issues: | |
types: [opened] | |
env: | |
IN_MAINTAINER_LIST: ${{ contains(secrets.MAINTAINER_LIST, github.actor) }} | |
jobs: | |
AddLabelsForIssueTriage: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Apply Issue Triage Labels | |
uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/labeler-issue-triage.yml | |
enable-versioned-regex: 0 | |
include-title: 1 |