Skip to content

Commit

Permalink
馃懛 Add Latest Changes GitHub Action (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed May 16, 2021
1 parent 076a3b9 commit 026fba9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Latest Changes

on:
pull_request_target:
branches:
- master
types:
- closed
# For manually triggering it
workflow_dispatch:
inputs:
number:
description: PR number
required: true

jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://tiangolo/latest-changes:0.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 026fba9

Please sign in to comment.