Compare commits

..

No commits in common. "0c5d6d1125610d0c88e42012de18f2c3fcc73f73" and "153e6a60d19566edf88ec032a27d366b52cfb0d8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
steps: steps:
- name: Label - name: Label
uses: actions/labeler@v5 uses: actions/labeler@v4
with: with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeller.yml configuration-path: .github/labeller.yml

View File

@ -10,7 +10,7 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/stale@v9 - uses: actions/stale@v8
with: with:
days-before-stale: 120 days-before-stale: 120
days-before-close: 30 days-before-close: 30