Skip to content

Commit 337bca0

Browse files
committed
fix: revert using --assignee cause it does not work with the github-actions[bot]
1 parent 7e890c3 commit 337bca0

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/application-js-cloudflare-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
gh pr create \
6969
--head staging \
7070
--base master \
71-
--assignee '@me' \
7271
--title "ci: merge staging to master" \
7372
--body "This is an automatic PR generated by the CI/CD pipeline. This will be automatically fast-forward merged if successful." \
7473
--no-maintainer-edit || true

.github/workflows/application-js-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
gh pr create \
6767
--head staging \
6868
--base master \
69-
--assignee '@me' \
7069
--title "ci: merge staging to master" \
7170
--body "This is an automatic PR generated by the CI/CD pipeline. This will be automatically fast-forward merged if successful." \
7271
--no-maintainer-edit || true

.github/workflows/library-js-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
gh pr create \
4747
--head staging \
4848
--base master \
49-
--assignee '@me' \
5049
--title "ci: merge staging to master" \
5150
--body "This is an automatic PR generated by the CI/CD pipeline. This will be automatically fast-forward merged if successful." \
5251
--no-maintainer-edit || true

.github/workflows/native-library-js-staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
gh pr create \
5252
--head staging \
5353
--base master \
54-
--assignee '@me' \
5554
--title "ci: merge staging to master" \
5655
--body "This is an automatic PR generated by the CI/CD pipeline. This will be automatically fast-forward merged if successful." \
5756
--no-maintainer-edit || true

0 commit comments

Comments
 (0)