You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous incorrect key name `permission` caused the workflow run to error:
```
Invalid workflow file : .github/workflows/close-stale-issues.yml#L7
The workflow is not valid. .github/workflows/close-stale-issues.yml (Line: 7, Col: 1): Unexpected value 'permission'
```
The correct key name is `permissions`:
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#permissions
0 commit comments