Skip to content

Tags: github/safe-settings

Tags

2.1.19-rc.1

Toggle 2.1.19-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#899)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@2910929...c7c5346)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yadhav Jayaraman <57544838+decyjphr@users.noreply.github.com>

2.1.18

Toggle 2.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle multiple config changes in a PR or Push event and process them…

… as a batch (#888)

* handle multiple changes as a batch

* Update index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* depup files in a push

* Update index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* moved the dedup logic

* Update index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

2.1.18-rc.1

Toggle 2.1.18-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

2.1.17-rc.2

Toggle 2.1.17-rc.2's commit message
cleaned up Glob and fixed a bug in sub org pattern detection

2.1.17

Toggle 2.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix 422 errors which might be do to Archive changes (#806)

* undo Archive changes

* Update lib/settings.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update lib/settings.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* rollback the object assign fix suggested by Copilot

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

2.1.17-rc.1

Toggle 2.1.17-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix 422 errors which might be do to Archive changes (#806)

* undo Archive changes

* Update lib/settings.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update lib/settings.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* rollback the object assign fix suggested by Copilot

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

2.1.16

Toggle 2.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert probot to 2.3.3 (#745)

2.1.16-rc.2

Toggle 2.1.16-rc.2's commit message
revert probot to 2.3.3

2.2.0-rc.2

Toggle 2.2.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add unarchiving plugin (#692)

* feat: add unarchiving plugin

* fix: fixed some broken test cases and added trailing newling

---------

Co-authored-by: Yadhav Jayaraman <57544838+decyjphr@users.noreply.github.com>

2.2.0-rc.1

Toggle 2.2.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: made envs application actually NOP (#691)

* feat: add nop to environments

* fix: corrected endpoint parameter in nopifyRequest

* fix: include updated test

* Update environments.test.js