Skip to content

Commit

Permalink
feat: combine #443 into this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
k-borley committed Oct 2, 2023
1 parent 2793037 commit 6054db9
Show file tree
Hide file tree
Showing 12 changed files with 374 additions and 221 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Add Overdue Issue Label
name: Manage Issue Due Dates

on:
issues:
types:
- opened
- reopened
paths:
- 'src/helpers/add-overdue-issue-label.ts'
schedule:
- cron: '0 0 * * *'

jobs:
test:
Expand All @@ -17,6 +13,6 @@ jobs:

- uses: ./
with:
helper: add-overdue-issue-label
helper: manage-issue-due-dates
login: ${{ github.event.review.user.login }}
github_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} # must have read:org permission
1 change: 0 additions & 1 deletion dist/257.index.js.map

This file was deleted.

Loading

0 comments on commit 6054db9

Please sign in to comment.