Error adding remote execution node with version 1.5.0 #44
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: Triage | |
on: # yamllint disable-line rule:truthy | |
issues: | |
types: | |
- opened | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
name: Label | |
steps: | |
- name: Label issues | |
uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
not-before: 2021-12-07T07:00:00Z | |
configuration-path: .github/issue_labeler.yml | |
enable-versioned-regex: 0 | |
if: github.event_name == 'issues' |