mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Add github action to set dates on issues.
See https://github.com/marketplace/actions/due-dates
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Issues due date
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
jobs:
|
||||
Ubuntu:
|
||||
name: Add labels to issues
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: GitHub Issue Due Dates Action
|
||||
uses: alexleventer/github-issue-due-dates-action@1.1.0
|
||||
with:
|
||||
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user