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 2 #2026

Closed miguelgfierro closed 11 months ago

miguelgfierro commented 11 months ago

Description

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

Related Issues

https://github.com/recommenders-team/recommenders/issues/1853

References

Checklist:

miguelgfierro commented 11 months ago

Nope, it doesn't trigger

miguelgfierro commented 11 months ago

Nope, if I add the label, it doesn't trigger either