Commit Graph

7 Commits (7b67accf54df587fc0f07034d05a56115d6cec1c)

Author SHA1 Message Date
Tom Dykstra 655affc99d
Added the OIDC flow shared bits, and duration (#32501) 2024-05-03 11:02:10 -07:00
Tom Dykstra bd8514673a
Use OIDC keys for the OSPO API (#32482)
See /dotnet/docs#40676 and #40674 for the corresponding PR.

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
2024-05-01 09:09:21 -07:00
Bill Wagner 4cb574d721
Add permissions to write pull requests (#32062)
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-03-15 10:34:34 -04:00
Bill Wagner 210e0b4937
Add org level app keys (#31745) 2024-02-09 10:50:53 -08:00
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