when jq output is equal "null", is not handled well and checks return a wrong PASS. Also, when jq is not available, cat does not handle well complex values like for example 'default-ulimits' #16
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 assignment | |
on: | |
issues: | |
types: [opened] | |
permissions: | |
contents: read | |
jobs: | |
auto-assign: | |
permissions: | |
issues: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'auto-assign issue' | |
uses: pozil/auto-assign-issue@74b9f64cc1a08f99358061073e243a4c3d7dd5c4 # v1.11.0 | |
with: | |
assignees: konstruktoid |