Commit 562fd76
authored
added up-to-date-action (polkadot-fellows#139)
Added action to keep pull requests up to date. Every time master
receives a push, it will look for all the PRs and sync them with the
master branch.
This only works when the PR has `auto-merge` enabled (it can be enabled
for all PRs too if required).
Merging this PR will count as solving paritytech/auto-merge-bot#21 and
paritytech/up-to-date-action#1
We use a github app to solve the issue that tests would not run if the
credentials comes from a github action.
I'm resuing the credentials for the
[`fellowship-merge-bot`](https://github.com/apps/fellowship-merge-bot)
used in
[`auto-merge`](https://github.com/polkadot-fellows/runtimes/blob/main/.github/workflows/auto-merge.yml).
It needs to have the following permissions:
- Repository permissions:
- Pull Requests
- [x] Write
- Contents
- [x] Write1 parent 45cb7b4 commit 562fd76
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments