Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-to-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened
- transferred

pull_request:
pull_request_target:
Copy link
Member Author

@lumirlumir lumirlumir Aug 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

types:
- opened
- reopened
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

workflow_call:
secrets:
GITHUB_TOKEN:
TOKEN:
required: true
description: GitHub token to use for the workflow

Expand All @@ -22,7 +22,7 @@ jobs:
- name: Mark stale issues and pull requests
uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.TOKEN }}
days-before-issue-stale: 30
days-before-pr-stale: 10
days-before-close: 7
Expand Down