diff --git a/.github/workflows/request_review.yml b/.github/workflows/request_review.yml deleted file mode 100644 index 52781a3..0000000 --- a/.github/workflows/request_review.yml +++ /dev/null @@ -1,16 +0,0 @@ -# This workflow will assign NeonDevs to review any PR into the dev or master branch of a skill - -name: Request PR Review -on: - pull_request: - types: [opened, reopened] - -jobs: - assign_review: - runs-on: ubuntu-latest - steps: - - name: assign-review-action - uses: delivery-much/actions-assigner@v1.0.2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - team-reviewers: NeonReviewers \ No newline at end of file diff --git a/skill.json b/skill.json index 6f2a9c9..3f019c9 100644 --- a/skill.json +++ b/skill.json @@ -43,6 +43,6 @@ "" ], "skillname": "Device Control Center", - "authorname": "Neon", + "authorname": "NeonGeckoCom", "foldername": null } \ No newline at end of file