Skip to content
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

boolean input fix, improved language, auto detect parent #71

Merged
merged 12 commits into from
Oct 30, 2021

Conversation

splitice
Copy link
Contributor

This resolves #46 and #3

I also did some minor dependabot merges. I left the bigger ones that need more specific testing (but are probably fine).

Bumped version to 1.6.0

splitice and others added 10 commits October 28, 2021 06:17
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.2.4...v4.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…cript-4.4.4

Bump typescript from 4.2.4 to 4.4.4
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 3.0.7 to 3.0.9.
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](octokit/plugin-retry.js@v3.0.7...v3.0.9)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ions/checkout-2.3.5

Bump actions/checkout from 2.3.4 to 2.3.5
…it/plugin-retry-3.0.9

Bump @octokit/plugin-retry from 3.0.7 to 3.0.9
@splitice
Copy link
Contributor Author

1.6.1

Added a default value for ignore_fail to comply with github actions schema for boolean values

1.6.2

Added auto_merge: I kept the default behaviour (but the default is pretty dangerous if you ask me)

@tgymnich
Copy link
Owner

Thanks a lot.

src/main.ts Outdated Show resolved Hide resolved
Co-authored-by: Tim Gymnich <timgymnich@me.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Won't automerge the PR. HttpError: Unprocessable Entity: "Can not approve your own pull request"
2 participants