Commit Graph

3 Commits (2289b695c0775010359f2e61c7712330de1f7afb)

Author SHA1 Message Date
Bill Wagner c085dca989 Run only on the .NET org
This fails when run on forks. So, run it only on the dotnet org.
2023-03-28 12:21:03 -04:00
Bill Wagner 0237b2257e
Run quest nightly (#28629)
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 17:27:56 -05:00
Bill Wagner ac470356c8
Add config for Quest import (#27498)
* Add config for Quest import

This PR adds the configuration for the Quest import GitHub action.

Before merging this PR, follow the instructions [here](https://github.com/dotnet/docs-tools/tree/main/actions/sequester#installation-and-use) to create the API KEY secrets. Then, once this is installed, it will start updating work items.

Note: To import items in bulk, when those have already been labeled, you can run the `quest-bulk` action via the GitHub UI to import all issues already labeled.

* better filter.

* Update .github/workflows/quest-bulk.yml

Co-authored-by: David Pine <david.pine@microsoft.com>

Co-authored-by: David Pine <david.pine@microsoft.com>
2022-11-04 11:38:52 -10:00