Commit Graph

4 Commits (main)

Author SHA1 Message Date
Bill Wagner b6f17fcd1a
add write perms on pull requests (#250)
GitHub permissions are ANDed, not ORed. So, even though the sequester app was given permission to read and write pull requests, the configuration in YAML prevented it.

This ensures that if a PR is tagged as a work item, it will be imported correctly.
2024-04-25 11:36:42 -10:00
Bill Wagner 657a870a8b
Add org-level app keys (#248)
* Add app keys

For this change, I'll need to coordinate with Rick for the private app keysl

* add keys for single issue runs
2024-02-09 10:51:48 -08:00
Bill Wagner fd390d3ced
run quest nightly. (#130)
Quest runs nightly, rather than on each label update.

The following changes make that happen:

- The bulk action runs once a day, at a hopefully convenient time.
- The single item workflow runs only in response to a workflow dispatch event (user started)
- For security reasons, limit the permissions to write *issues*, not *contents*
2023-03-09 15:10:03 -10:00
Bill Wagner 21cd5d1312
Install seQuester into the aspnet samples repo (#121)
This adds the docs-tools seQuester into the ASPNETCore docs samples repo.

@Rick-Anderson You'll need to configure the same secrets as the ASP.NET Core docs repo for this to work correctly.
2023-02-27 08:23:01 -10:00