+[2020-02-04T13:02:45Z]StummiActions/Workflow question: I have a few steps, that should run for every commit, and than one step that is dependent on these steps but should only run for PRs, with the PR information. "on: push" does not add PR data to the context, "on: pull_request" with type synchronize adds these information, but does not run for commits not in PR branches. I could add both, but the preceeding steps are quite expensive, so I don't want to do this +[2020-02-04T13:02:47Z]Stummiany ideas here? +[2020-02-04T13:06:32Z]Stummianother approach was to do on: push, and use the github API to search for a PR related to the current branch, but this doesn't seem to be easy either +[2020-02-04T15:02:25Z]Stumminvm, I could solve my problem. API pulls endpoint has a "head" search param +[2020-02-04T19:39:54Z]InteloI see this i n github but not in my linting. Why? https://ibb.co/M2xP8gV
I see this i n github but not in my linting. Why? https://ibb.co/M2xP8gV
+[2020-02-05T05:18:59Z]Intelohttps://ibb.co/M2xP8gV annotations. Its not linting it seems. Why do I get these on github and not on localhost. Github uses same linting code and libraries via github actions. +[2020-02-05T06:15:27Z]Intelohttps://ibb.co/M2xP8gV annotations. Its not linting it seems. Why do I get these on github and not on localhost. Github uses same linting code and libraries via github actions. +[2020-02-05T10:32:50Z]Intelohttps://ibb.co/M2xP8gV annotations. Its not linting it seems. Why do I get these on github and not on localhost. Github uses same linting code and libraries via github actions. +[2020-02-05T10:56:30Z]nedbatIntelo: i probably can't help, but you should provide more details: what repo is this? +[2020-02-05T10:58:11Z]Intelonedbat, javascript code