+ [2020-02-04T13:02:45Z] Stummi Actions/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] Stummi any ideas here?
+ [2020-02-04T13:06:32Z] Stummi another 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] Stummi nvm, I could solve my problem. API pulls endpoint has a "head" search param
+ [2020-02-04T19:39:54Z] Intelo I see this i n github but not in my linting. Why? https://ibb.co/M2xP8gV

message no. 176855

Posted by operator1 in #github at 2020-02-04T02:04:31Z

what i mean is: i need to learn the dev stuff, like pulling, merging, and all that stuff :)
+ [2020-02-05T05:18:59Z] Intelo https://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] Intelo https://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] Intelo https://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] nedbat Intelo: i probably can't help, but you should provide more details: what repo is this?
+ [2020-02-05T10:58:11Z] Intelo nedbat, javascript code