How to NOT run a GitHub Action when a specific label is set? – React native
I have a GitHub Action workflow that runs to deploy a preview of a react-native expo app always when a Pull Request is opened. However, I do not want it to run when the dependabot opens a Pull Request. How…