codeql-action/.github
Eric Cornelissen cf8c79ca35 Fix unused sorted value in update-release-branch
Fix a minor issue in the update-release-branch.py script that performs a
call to `sorted` but doesn't use the output. Since `sorted` does not
operate in place, the call is currently useless. As a result, the function
`get_pr_for_commit` does not currently work as exected. I.e. it is
expected to return the "first" (i.e. lowest PR number), but actually it
returns the first in the list provided by GitHub.
2020-11-20 11:20:45 +01:00
..
codeql Update codeql-config.yml 2020-07-07 13:09:32 +01:00
ISSUE_TEMPLATE Change to the latest support link 2020-10-23 13:22:06 -07:00
workflows update build command 2020-11-13 15:15:58 +00:00
pull_request_template.md Remove test builds section of PR template 2020-07-02 13:37:46 +01:00
update-release-branch.py Fix unused sorted value in update-release-branch 2020-11-20 11:20:45 +01:00