recommenders-team / recommenders

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

Test whether a PR from a maintainer is executed without label 3 #2027

Closed miguelgfierro closed 10 months ago

miguelgfierro commented 10 months ago

Description

if: (github.event_name == 'pull_request' && 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 10 months ago

it doesn't work o_o

miguelgfierro commented 10 months ago

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