Add github action to set dates on issues.

See https://github.com/marketplace/actions/due-dates
This commit is contained in:
Fabien-B
2021-05-04 16:18:31 +02:00
parent e9656391a2
commit 4dfe8fd55c
+14
View File
@@ -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 }}"