Commit Graph

8 Commits (c9966742fdd10334cbcbfa61867810a580578949)

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
Cedric d38585540d
Replace github.repository with github.repository_owner
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
2024-04-29 16:34:39 +02:00
Cedric Willekens f1e713f40b Fix GHA smells
- Avoid executing  scheduled workflows on forks
- Stop running workflows when there is a newer commit in branch
2024-04-26 10:20:21 +02:00
Bill Wagner a97defb89e
Update whats-new action to use docs-tools (#28493)
We've added the source to the what's new tool to the dotnet/docs-tools repo.

That let's us update this action to pull directly from that repo, and automatically pick up any of the latest fixes when it runs.
2023-02-24 10:06:07 -10:00
Bill Wagner 447aa39d2c
Update whatsnew action to net6 (#24518)
- Update the NuPkg to 2.1.2.
- Update the installed .NET SDK to 6.0

The new package requires the latest .NET SDK. The new package uses the OSPO query for organization membership instead of GitHub organization membership.
2022-01-06 16:48:11 +00:00
Bill Wagner b3f5ce1be8
fix permissions to create PR (#24158)
The whats new action needs to have additional permissions in order to create the new branch and create a new PR.
2021-12-01 18:48:51 -05:00
Bill Wagner 0d998fa850
Turn on GitHub action for whatsnew (#22616)
- Add shell script, yml config and package for "what's new" package
- add the NuGet package with the latest tool
- Update the whatsnew.json file to include parameters for automatically updated the index.yml and toc.yml
- Update the TOC so that it has a single rolling list of articles (the action expects that)
2021-06-25 12:21:28 -07:00