github-script/.github
Martijn Pieters 454e5d7e69
Fix null handling, covered by integration tests
`core.getInput()` always returns a string, so testing for 'not null'
is always true. This then leads to previews set to an array with
a single empty string, breaking accept-header output.

Updated eslint rules should help avoid this issue in future, and new
integration tests verify that the github client configuration now
reflects the intended configuration options.
2023-03-30 16:05:10 +01:00
..
ISSUE_TEMPLATE Update issue templates 2020-08-18 09:01:03 -04:00
workflows Fix null handling, covered by integration tests 2023-03-30 16:05:10 +01:00