Skip to content

Commit

Permalink
Update pipelines for main development (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomianowski authored Jul 26, 2024
1 parent a2613e9 commit 48dba0b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wpf-ui-cd-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: wpf-ui-cd-extension
on:
push:
branches: [main]
paths:
- 'src/Wpf.Ui.Extension**`
workflow_dispatch:
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/wpf-ui-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: wpf-ui-lock

on:
schedule:
- cron: "0 0 * * *"
- cron: '0 * * * *'
workflow_dispatch:

permissions:
issues: write
pull-requests: write
discussions: write

concurrency:
group: lock-threads

jobs:
lock:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v5
with:
# https://github.com/dessant/lock-threads
github-token: ${{ github.token }}
issue-inactive-days: "90"
exclude-issue-created-before: ""
exclude-any-issue-labels: "keep-unlocked, status:awaiting response"
add-issue-labels: "locked-due-to-inactivity"
issue-comment: ""
issue-lock-reason: "resolved"
4 changes: 1 addition & 3 deletions .github/workflows/wpf-ui-pr-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: wpf-ui-pr-validator

on:
pull_request:
branches: [development]
push:
branches: [development]
branches: [main]

workflow_dispatch:

Expand Down

0 comments on commit 48dba0b

Please sign in to comment.