Skip to content

Commit f0d92d9

Browse files
committed
docs: remove update notice
1 parent d2591ab commit f0d92d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
This action automatically approves and merges dependabot PRs.
44

5-
> ⚠️UPGRADE NEEDED
6-
>
7-
> **Version v2.0.0 will stop working on 1st August 2021**. If you are using version v2.0.0, you must upgrade to the latest version.
8-
95
## Usage
106

117
- **install the [GitHub App](https://github.com/apps/dependabot-merge-action) on the repositories or organization where you want to use this action.** Using a GitHub App is necessary since [this change](https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/) GitHub introduced which limits the permissions of the provided GITHUB_TOKEN and the availability of secrets in Dependabot pull requests. The source [code of the GitHub App](https://github.com/fastify/dependabot-merge-action-app/) is open source and hosted on Google Cloud Platform. You can also host your own version of the app and customize the `api-url` input to point to your hosted instance.
@@ -101,7 +97,7 @@ When using the `workflow_dispatch` approach, you will need to send the PR number
10197
```yml
10298
name: automerge
10399
104-
on:
100+
on:
105101
workflow_dispatch:
106102
inputs:
107103
pr-number:

0 commit comments

Comments
 (0)