[Docs]: Outdated documentation for aws_emr_cluster step and hadoop_jar_step variables #3
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 |