diff --git a/.changeset/flat-papayas-doubt.md b/.changeset/flat-papayas-doubt.md new file mode 100644 index 0000000000..9965a972d5 --- /dev/null +++ b/.changeset/flat-papayas-doubt.md @@ -0,0 +1,5 @@ +--- +"claude-dev": patch +--- + +Add org to team affiliation check diff --git a/.github/workflows/changeset-converter.yml b/.github/workflows/changeset-converter.yml index a77583be29..5eb054583a 100644 --- a/.github/workflows/changeset-converter.yml +++ b/.github/workflows/changeset-converter.yml @@ -33,6 +33,7 @@ jobs: uses: morfien101/actions-authorized-user@4a3cfbf0bcb3cafe4a71710a278920c5d94bb38b with: username: ${{ github.actor }} + org: ${{ github.repo_owner }} team: "Deployer" github_token: ${{ secrets.GITHUB_TOKEN }}