recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.81k stars 3.07k forks source link

Test whether a PR from a maintainer is executed without label #2025

Closed miguelgfierro closed 11 months ago

miguelgfierro commented 11 months ago

Description

if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event.pull_request.head.repo.fork == 'false'

Related Issues

1853

References

Checklist:

miguelgfierro commented 11 months ago

it doesn't trigger the tests :-(

miguelgfierro commented 11 months ago

If I add safe to test, it doesn't work either