uclahs-cds / pipeline-call-sSNV

A Nextflow pipeline to identify the somatic single nucleotide variants (sSNVs) by comparing a pair of tumor/normal samples.
https://uclahs-cds.github.io/pipeline-call-sSNV/
GNU General Public License v2.0
5 stars 0 forks source link

Grant specific permissions to Nextflow tests workflow #280

Closed nwiltsie closed 8 months ago

nwiltsie commented 8 months ago

It turns out that, regardless of the repository's default settings for workflow permissions, any workflows triggered by dependabot are limited to read-only.

That means that, by default, dependabot PRs like #279 cannot use the fancy new /fix-tests comment from https://github.com/uclahs-cds/tool-Nextflow-action/pull/29.

This change explicitly adds in the required permissions for that workflow:

This PR also completes the integration from https://github.com/uclahs-cds/tool-Nextflow-action/pull/29 by including another workflow that responds to "/fix-tests" comments and automatically fixes any testing problems. This workflow has the exact same permissions as the original.