gitflow-action
gitflow-action copied to clipboard
Automatically creates and merges pull requests from master to dev and from release to master.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.9.0` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/7.9.0/9.2.0) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Logerfo/gitflow-action). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/github](https://redirect.github.com/actions/toolkit/tree/main/packages/github) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/github)) | [`3.0.0` -> `6.0.0`](https://renovatebot.com/diffs/npm/@actions%2fgithub/3.0.0/6.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/core](https://togithub.com/actions/toolkit/tree/main/packages/core) ([source](https://togithub.com/actions/toolkit/tree/HEAD/packages/core)) | [`1.2.7` -> `1.9.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.2.7/1.9.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.9.0` -> `7.32.0`](https://renovatebot.com/diffs/npm/eslint/7.9.0/7.32.0) |...
Hi! I am getting error when I run your latest Logerfo/[email protected]. My config: ``` name: Gitflow on: push: branches: - rc - master permissions: pull-requests: write jobs: gitflow: name: Create...
Running your latest Logerfo/[email protected]. I get this error when executing: Run Logerfo/[email protected] with: github-token: *** release: test-13 release-regex: ^release/(.*) dev: develop master: main label: gitflow auto-merge: false require-merge: false Error:...
Greetings! In #33, I encountered a strange error message when I used a branch name that didn't exist in my repo in my gitflow-action configuration: ``` ##[error]Validation Failed: {"resource":"PullRequest","field":"base","code":"invalid"} ```...
Is there a way to merge the changes from release to master and dev vs release -> master -> dev. The issue being if there is a merge conflict, we...
Fixes #23. Currently untested. Maybe we could support both `check_run` and `check_suite` in order to make the change non-breaking? What about supporting both simultaneously? ----- [View rendered CHANGELOG.md](https://github.com/Logerfo/gitflow-action/blob/check_suite/CHANGELOG.md) [View rendered...