universal: internationalization initial release

This commit is contained in:
ryan.kuba
2023-04-13 20:38:36 -07:00
parent 281e1dc119
commit 6bed8ef822
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,14 @@
name: Issue & PR Tracker
on:
issues:
types: [opened,reopened,labeled,unlabeled]
pull_request_target:
types: [opened,reopened,review_requested,review_request_removed,labeled,unlabeled]
jobs:
manage-project:
permissions:
issues: write
uses: linuxserver/github-workflows/.github/workflows/issue-pr-tracker.yml@v1
secrets: inherit