Skip to content

Commit

Permalink
fix(manage-issue-due-dates): paginate all issues without checking lab…
Browse files Browse the repository at this point in the history
…els first (#467)

* fix: paginate all issues without checking labels first

* fix: change filtering function

* fix: simplify filtering to be done in paginate function again

* fix: alphabetize helper in the readme

* fix: use bluebird map instead of forEach

* fix: mock calls to listForRepo
  • Loading branch information
k-borley authored Oct 30, 2023
1 parent dda65f9 commit 5fd4e7d
Show file tree
Hide file tree
Showing 10 changed files with 187 additions and 187 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ with:

Each of the following helpers are defined in a file of the same name in `src/helpers`:

### [manage-issue-due-dates](.github/workflows/manage-issue-due-dates.yml)

- Adds a comment listing the due date (based on SLA guidelines) to issues with a priority label attached
- Adds a 'due soon' label to issues with a priority label that will become overdue in 7 days
- Adds an 'overdue' label to issues with a priority label that are overdue

### [are-reviewers-required](.github/workflows/are-reviewers-required.yml)

- Returns true if all teams specified are requested for review on a pull request
Expand Down Expand Up @@ -198,6 +192,12 @@ Additionally, the following parameters can be used for additional control over t

- Checks if the specifed GitHub user exists within an organization team

### [manage-issue-due-dates](.github/workflows/manage-issue-due-dates.yml)

- Adds a comment listing the due date (based on SLA guidelines) to issues with a priority label attached
- Adds a 'due soon' label to issues with a priority label that will become overdue in 7 days
- Adds an 'overdue' label to issues with a priority label that are overdue

### [manage-merge-queue](.github/workflows/manage-merge-queue.yml)

- Manages a queue for PRs as follows:
Expand Down
1 change: 0 additions & 1 deletion dist/325.index.js.map

This file was deleted.

31 changes: 18 additions & 13 deletions dist/325.index.js → dist/950.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5fd4e7d

Please sign in to comment.