-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
- Loading branch information
Kenji Miyake
committed
Dec 10, 2021
1 parent
d6dadbb
commit 725b93a
Showing
2 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: delete-closed-pr-docs | ||
|
||
on: | ||
schedule: | ||
- cron: "0 19 * * 0" # run at 4 AM JST on Sundays | ||
workflow_dispatch: | ||
pull_request: # tmp | ||
|
||
jobs: | ||
delete-closed-pr-docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Delete closed PR docs | ||
uses: autowarefoundation/autoware-github-actions/delete-closed-pr-docs@tier4/proposal | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file was deleted.
Oops, something went wrong.