Skip to content

Commit 3afbf9d

Browse files
authored
Merge branch 'main' into meowius-locally-hosted-upload
2 parents a5afcbb + b84b627 commit 3afbf9d

File tree

701 files changed

+15273
-3544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

701 files changed

+15273
-3544
lines changed

.github/workflows/copy-api-issue-to-internal.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ jobs:
5252
ISSUE_TITLE: ${{ github.event.issue.title }}
5353
ISSUE_BODY: ${{ github.event.issue.body }}
5454

55-
- name: Comment on the new issue
56-
run: gh issue comment $NEW_ISSUE --body "This issue was originally opened in the open source repo as $OLD_ISSUE"
57-
env:
58-
GITHUB_TOKEN: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
59-
NEW_ISSUE: ${{ env.NEW_ISSUE }}
60-
OLD_ISSUE: ${{ github.event.issue.html_url }}
61-
6255
- name: Comment on the old issue
6356
run: gh issue comment $OLD_ISSUE --body "Thank you for opening this issue! Updates to the REST/GraphQL API description must be made internally. I have copied your issue to an internal issue, so I will close this issue."
6457
env:
@@ -70,3 +63,10 @@ jobs:
7063
env:
7164
GITHUB_TOKEN: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
7265
OLD_ISSUE: ${{ github.event.issue.html_url }}
66+
67+
- name: Comment on the new issue
68+
run: gh issue comment $NEW_ISSUE --body "This issue was originally opened in the open source repo as $OLD_ISSUE"
69+
env:
70+
GITHUB_TOKEN: ${{secrets.DOCUBOT_READORG_REPO_WORKFLOW_SCOPES}}
71+
NEW_ISSUE: ${{ env.NEW_ISSUE }}
72+
OLD_ISSUE: ${{ github.event.issue.html_url }}

.github/workflows/site-policy-reminder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
types: [labeled]
1010

1111
permissions:
12+
pull-requests: write
1213
contents: none
1314

1415
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ matrix.test-group == 'content' }}
5353
uses: getong/elasticsearch-action@95b501ab0c83dee0aac7c39b7cea3723bef14954
5454
with:
55-
elasticsearch version: '7.17.5'
55+
elasticsearch version: '7.11.1'
5656
host port: 9200
5757
container port: 9200
5858
host node port: 9300

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.DS_Store
33
.env
44
.vscode/settings.json
5+
.idea/
56
/node_modules/
67
npm-debug.log
78
coverage/
55.7 KB
Loading
50.9 KB
Loading
276 KB
Loading
-47.9 KB
Loading
-11.4 KB
Loading

assets/images/hosted-runner-mgmt.png

47.6 KB
Loading

0 commit comments

Comments
 (0)