-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to prepend the workspace path to the list of files #40
base: master
Are you sure you want to change the base?
Commits on Mar 15, 2021
-
Remove response.data.status check
It's perfectly valid for a head to be "behind" a base when comparing commits for pull request events. For example, PRing a feature branch of `main` while other commits have landed on `main` after the feature branch was started but before the PR was created, or a PR to merge a "development" branch onto a slower moving "release" branch that has some hotfixes on it.
Configuration menu - View commit details
-
Copy full SHA for 54f3703 - Browse repository at this point
Copy the full SHA 54f3703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 900e9d7 - Browse repository at this point
Copy the full SHA 900e9d7View commit details
Commits on May 26, 2021
-
`pull_request_target` is granted a read/write repository token and runs in the context of the base of the pull request. It allows to create workflows that label and comment on pull requests based on the contents of the event payload. The `get-changed-files` action is useful for some of those actions and the code works for this case with almost no modification.
Configuration menu - View commit details
-
Copy full SHA for 1beff32 - Browse repository at this point
Copy the full SHA 1beff32View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55c408 - Browse repository at this point
Copy the full SHA c55c408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 494461c - Browse repository at this point
Copy the full SHA 494461cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8eff5 - Browse repository at this point
Copy the full SHA 4a8eff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2c31d - Browse repository at this point
Copy the full SHA 5e2c31dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d873a - Browse repository at this point
Copy the full SHA 45d873aView commit details
Commits on Jun 4, 2021
-
Remove response.data.status check
It's perfectly valid for a head to be "behind" a base when comparing commits for pull request events. For example, PRing a feature branch of `main` while other commits have landed on `main` after the feature branch was started but before the PR was created, or a PR to merge a "development" branch onto a slower moving "release" branch that has some hotfixes on it.
Configuration menu - View commit details
-
Copy full SHA for f51efe5 - Browse repository at this point
Copy the full SHA f51efe5View commit details -
I have cherry-picked the removal of the ahead check: jitterbit#25 This seems to be a change Jitterbit's community agrees on: jitterbit#17 Build this change and prepare v1.2 release.
Configuration menu - View commit details
-
Copy full SHA for a2f6df8 - Browse repository at this point
Copy the full SHA a2f6df8View commit details
Commits on Jul 27, 2021
-
Merge pull request jitterbit#2 from rnsc/main
[Feature] include/exclude filters (#1)
Configuration menu - View commit details
-
Copy full SHA for 48961ca - Browse repository at this point
Copy the full SHA 48961caView commit details -
Replace glob-filter by filter in test workflow
There as a discussion on the name to use in jitterbit#2 and we forgot to change these.
Configuration menu - View commit details
-
Copy full SHA for 42676e4 - Browse repository at this point
Copy the full SHA 42676e4View commit details -
chore(deps): bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 32ee6f5 - Browse repository at this point
Copy the full SHA 32ee6f5View commit details -
chore(deps): bump y18n from 4.0.0 to 4.0.3
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md) - [Commits](yargs/y18n@v4.0.0...y18n-v4.0.3) --- updated-dependencies: - dependency-name: y18n dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b235444 - Browse repository at this point
Copy the full SHA b235444View commit details -
chore(deps): bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for bd65f20 - Browse repository at this point
Copy the full SHA bd65f20View commit details -
Merge pull request jitterbit#3 from Ana06/dependabot/npm_and_yarn/glo…
…b-parent-5.1.2 chore(deps): bump glob-parent from 5.1.1 to 5.1.2
Configuration menu - View commit details
-
Copy full SHA for 8c28730 - Browse repository at this point
Copy the full SHA 8c28730View commit details -
Merge pull request jitterbit#4 from Ana06/dependabot/npm_and_yarn/y18…
…n-4.0.3 chore(deps): bump y18n from 4.0.0 to 4.0.3
Configuration menu - View commit details
-
Copy full SHA for 1e065fa - Browse repository at this point
Copy the full SHA 1e065faView commit details -
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 98e4db7 - Browse repository at this point
Copy the full SHA 98e4db7View commit details -
chore(deps): bump ws from 7.2.3 to 7.5.3
Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.5.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.2.3...7.5.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cb55a10 - Browse repository at this point
Copy the full SHA cb55a10View commit details -
Merge pull request jitterbit#5 from Ana06/dependabot/npm_and_yarn/lod…
…ash-4.17.21 chore(deps): bump lodash from 4.17.15 to 4.17.21
Configuration menu - View commit details
-
Copy full SHA for 0b68882 - Browse repository at this point
Copy the full SHA 0b68882View commit details -
Merge pull request jitterbit#7 from Ana06/dependabot/npm_and_yarn/hos…
…ted-git-info-2.8.9 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Configuration menu - View commit details
-
Copy full SHA for 2b8f3ea - Browse repository at this point
Copy the full SHA 2b8f3eaView commit details -
Merge pull request jitterbit#6 from Ana06/dependabot/npm_and_yarn/ws-…
…7.5.3 chore(deps): bump ws from 7.2.3 to 7.5.3
Configuration menu - View commit details
-
Copy full SHA for 7893294 - Browse repository at this point
Copy the full SHA 7893294View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea75ed7 - Browse repository at this point
Copy the full SHA ea75ed7View commit details
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 40a8521 - Browse repository at this point
Copy the full SHA 40a8521View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d0970 - Browse repository at this point
Copy the full SHA b4d0970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74f928e - Browse repository at this point
Copy the full SHA 74f928eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e78d018 - Browse repository at this point
Copy the full SHA e78d018View commit details -
Configuration menu - View commit details
-
Copy full SHA for f758fa4 - Browse repository at this point
Copy the full SHA f758fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696e6f7 - Browse repository at this point
Copy the full SHA 696e6f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d3dca - Browse repository at this point
Copy the full SHA 89d3dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e43e53e - Browse repository at this point
Copy the full SHA e43e53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f54d4 - Browse repository at this point
Copy the full SHA 43f54d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b82882 - Browse repository at this point
Copy the full SHA 8b82882View commit details