diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 12528067b..26375766d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -41,7 +41,7 @@ jobs: // security and performance reasons. const allConfig = { pullRequests: { - 'needs-linting': { + 'needs linting': { close: false, comment: ` Thanks for your pull request! Before this pull request can be merged, it must pass the checks of our automated linting tools. @@ -55,7 +55,7 @@ jobs: Please update your branch after these have been made, and reach out if you have any problems. ` }, - 'needs-unique-branch': { + 'needs unique branch': { close: true, comment: ` Thanks for your pull request! We require for all contributed code to come from a **from a unique branch** in your repository before it can be merged. @@ -89,7 +89,7 @@ jobs: Please do resubmit from a unique branch, we greatly value your contribution! :tada: ` }, - 'needs-testing-environment': { + 'needs testing environment': { close: false, comment: ` Thanks for your pull request! As part of our landing process, we manually verify that all plugins work as expected. @@ -104,7 +104,7 @@ jobs: Once there's a clear path for testing and evaluating this code, we can progress with this further. ` }, - 'needs-pull-request-template': { + 'needs pull request template': { close: false, comment: ` When creating a pull request, please ensure that the default pull request template has been updated with the required details. @@ -112,7 +112,7 @@ jobs: }, }, issues: { - 'needs-more-information': { + 'needs more information': { close: false, comment: ` It looks like there's not enough information to replicate this issue. Please provide any relevant output and logs which may be useful in diagnosing the issue. diff --git a/.github/workflows/maintain_cache.yml b/.github/workflows/maintain_cache.yml index 41bccf780..1f5f124e6 100644 --- a/.github/workflows/maintain_cache.yml +++ b/.github/workflows/maintain_cache.yml @@ -50,6 +50,7 @@ jobs: git ls-files garak/ -z | xargs -0 -I{} -- git log -1 --date=iso-local --format="%ad {}" {} | while read -r udate utime utz ufile ; do touch -d "$udate $utime" $ufile done + touch -d "2024-07-01" garak/resource/plugin_cache.json python -m garak --list_probes - name: Commit updated plugin cache if modified env: