-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Would be nice if we could do something like this:
name: Main Workflow
on:
schedule:
- cron: '0 * * * *'
jobs:
Ubuntu:
name: Add labels to issues
runs-on: ubuntu-latest
steps:
- name: GitHub Issue Due Dates Action
uses: alexleventer/[email protected]
with:
labels:
- days: 14
label: 'Due in 2 weeks'
- days: 28
label: 'Due in 4 weeks'
GH_TOKEN: "${{ secrets.GH_TOKEN }}"
Where the default value is
- days: 7
label: 'Due in 1 week'
To match the current behaviour.
cornelinux
Metadata
Metadata
Assignees
Labels
No labels