Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Create pr-updater.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Oct 2, 2021
1 parent 6ddfdf7 commit 3473514
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr-updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR update

on:
push:
branches:
- master

jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: PR updater
uses: maxkomarychev/pr-updater-action@v1.0.0
with:
token: ${{ secrets.GH_TOKEN }}

1 comment on commit 3473514

@vercel
Copy link

@vercel vercel bot commented on 3473514 Oct 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.