-
-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflows and target .NET 9.0 across projects - Updated .NET Core SDK version from 8.x to 9.x in `wpf-ui-cd-docs.yaml`. - Modified build process in `wpf-ui-cd-extension.yaml` to support arm64 architecture. - Enhanced `wpf-ui-cd-nuget.yaml` with a new signing certificate step and additional build steps. - Changed lock job schedule in `wpf-ui-lock.yml` to weekly and added permissions for issues and pull requests. - Updated pull request branch in `wpf-ui-pr-validator.yaml` from `development` to `main`. - Updated target framework to .NET 9.0 in `Directory.Build.props` and various project files. - Enhanced `README.md` with new support plans and clearer project descriptions. - Added `top-issues-dashboard.yml` workflow to display and label top issues in the repository.
- Loading branch information
1 parent
95574a4
commit 9023e69
Showing
15 changed files
with
108 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: wpf-ui-top-issues-dashboard | ||
on: | ||
schedule: | ||
- cron: '0 0 */1 * *' | ||
|
||
jobs: | ||
ShowAndLabelTopIssues: | ||
name: Display and label top issues. | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Top Issues action | ||
uses: rickstaa/[email protected] | ||
env: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
top_list_size: 10 | ||
label: true | ||
dashboard: true | ||
dashboard_show_total_reactions: true | ||
top_issues: true | ||
top_bugs: true | ||
top_features: true | ||
feature_label: feature | ||
top_pull_requests: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.