Skip to content

Commit

Permalink
Merge branch '1.0' into '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2024
2 parents d8c4e57 + 01aefc6 commit 0b96a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
pull-requests: write # actions/stale adds labels and closes PR
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Notify content changes
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{secrets.GH_TOKEN_DOC_TRIGGER_WF}}
repository: bonitasoft/bonita-documentation-site
Expand Down

0 comments on commit 0b96a45

Please sign in to comment.