Additional info, perhaps useful for others facing the issue (#1335 - Heimdall doesn't start after upgrade from 2.5.x to 2.6.x in LXC Container) #645
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Issue & PR Tracker | |
| on: | |
| issues: | |
| types: [opened,reopened,labeled,unlabeled,closed] | |
| pull_request_target: | |
| types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled,closed] | |
| pull_request_review: | |
| types: [submitted,edited,dismissed] | |
| jobs: | |
| manage-project: | |
| permissions: | |
| issues: write | |
| uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1 | |
| secrets: inherit |