-
Notifications
You must be signed in to change notification settings - Fork 224
Release TBD (search recommendations release) #5318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
a24c0c6
453f860
afa3f43
ba7b466
cb80663
748f395
7a3284e
3f33063
e6f4f2a
c198f14
dccff8b
9efc574
0339896
5a96a25
2a238cb
6f7a3ef
d6c1da9
4d6c410
273e174
fd76d2d
9abeb69
e74080e
3f8721d
7881d88
cbcd39a
b19b72c
4bbc477
5e31d02
90c872a
776d017
01e8fee
c51cb1c
f30ce26
3a2c387
60db7f5
166df06
dc6dc1c
3011ac2
b938b2d
89d9a6e
ff3f86d
04fae14
e1967b6
ecc5b28
3a266ee
5c0376e
da858ef
207a0d8
d577651
a84511c
7c3083c
1538c74
48d44ae
462843e
198d4b8
6b3e558
bc37804
be9c929
bfa49fb
acd63af
b4a99b1
553dd75
0a3875b
2805f44
4e4327b
bb87578
014b3b9
273ab33
b5ea065
cdce4d0
0bb4568
e14e2da
536ac61
6d24df2
e921564
7d816fc
83f933c
4f30844
741121d
5935cb1
1033523
ed4a8cf
05a18f8
0c07e6c
9a72c85
a4d88b6
d6b2b0e
77a05d9
99eeccb
66cd630
92c0454
c793fc9
739b8bf
c49b3d1
9b3356c
7ff7fe6
dd1c43a
a470466
a79d62f
a2e2506
6c11b75
f2ae060
66cc373
6310661
2ff8e7d
7affd12
6fdf40f
72ed3d4
e060cde
f72ae61
015eea0
1ebc354
f936487
8a62a7d
145ad74
70af269
2a26028
cb92b6c
98dd59a
a6f7d02
3ac7c68
a40acdd
25e7a6e
d5523e0
23fab79
ad4d5d1
73b7a37
3c43da1
c23c478
9700f98
290c3a0
85f54bf
7c57af0
74b0cf4
685f5eb
a0bb8fd
3330198
7b7117b
a8476ad
ea7812f
4ee8770
af47fa9
ebcafee
b4d4475
4eccc96
b93955d
54134f2
cd187a3
1d2d01c
60a108c
3fa132b
43bd41b
22b935f
294f4b8
3d25c3c
aaebaf0
9bdba90
f08577f
75ac362
a3215d8
eb0ab30
d2396ce
418dad0
c891e89
b4a7342
bcb60f2
d991d6e
cebfec6
1e4aa8e
97799bd
f2e30e7
5ec313d
aba68b6
eca1652
83e998f
39f9c4f
61e6969
6d6cfec
c332afa
417c7a1
3230fd7
be139fb
03f7ddc
9e06205
f590deb
99b5d60
557edf2
a088de7
f8a831a
d16d580
71eef1b
e52ab8e
8b0286a
86cdc29
8c71e8c
507b5d8
cbe3f6a
88c23f2
ee0de12
72c14ae
b7565bd
87ebad7
f1e2027
2c1e118
b09a72f
a2ed4cb
1cec5db
70f3152
56a94e0
fdc01f0
1724d04
284f42f
29e08ab
cd23720
0ea71f7
6a0a49e
5b0d03a
9b94b92
d800cfa
e3ce243
bbda516
ab111d3
fb8de6e
94461a6
615595d
903657a
03efc50
076d286
e83ef5d
2d4d3ef
8a9f7a9
fcd93ed
9ee1671
a3a4e2b
497c79a
9b318f7
4aa3274
904b0fc
0e48116
844ad12
d0eb667
5d6c0db
1073bd1
b223a55
9426091
3ec8083
8a20813
31b52fb
83f3563
9d8ecf4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ __pycache__ | |
*.pyc | ||
*.swp | ||
k8s/templates/ | ||
cloudbuild-*.yaml | ||
cloudbuild-*.yaml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Run this command to always ignore formatting commits in `git blame` | ||
# git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
||
# Linting updates and fixes | ||
a52e08e5c2031cecb97a03fbed49997756ebe01b | ||
8ccaaa60efd1c07b220aefce5a307e4791345111 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Handle contributor comment on GitHub issue | ||
|
||
on: | ||
issue_comment: | ||
types: [created] | ||
|
||
jobs: | ||
call-workflow: | ||
uses: learningequality/.github/.github/workflows/contributor-issue-comment.yml@main | ||
secrets: | ||
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} | ||
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }} | ||
Original file line number | Diff line number | Diff line change | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,13 @@ | |||||||||||||||||||||||||||||
name: Manage issue header | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
on: | |||||||||||||||||||||||||||||
issues: | |||||||||||||||||||||||||||||
types: [opened, reopened, labeled, unlabeled] | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
jobs: | |||||||||||||||||||||||||||||
call-workflow: | |||||||||||||||||||||||||||||
name: Call shared workflow | |||||||||||||||||||||||||||||
uses: learningequality/.github/.github/workflows/manage-issue-header.yml@main | |||||||||||||||||||||||||||||
secrets: | |||||||||||||||||||||||||||||
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} | |||||||||||||||||||||||||||||
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} | |||||||||||||||||||||||||||||
Comment on lines
+9
to
+13
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
Copilot AutofixAI about 1 month ago To fix the issue, the workflow must be updated to include an explicit Therefore, add under permissions:
issues: write This explicitly limits the available scopes for the workflow's use of the
Suggested changeset
1
.github/workflows/call-manage-issue-header.yml
Copilot is powered by AI and may make mistakes. Always verify output.
Positive FeedbackNegative Feedback
Refresh and try again.
|
Original file line number | Diff line number | Diff line change | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,12 @@ | |||||||||||||||||||||||
name: Community Contribution Label | |||||||||||||||||||||||
|
|||||||||||||||||||||||
on: | |||||||||||||||||||||||
issues: | |||||||||||||||||||||||
types: [assigned, unassigned] | |||||||||||||||||||||||
|
|||||||||||||||||||||||
jobs: | |||||||||||||||||||||||
call-label-action: | |||||||||||||||||||||||
uses: learningequality/.github/.github/workflows/community-contribution-label.yml@main | |||||||||||||||||||||||
secrets: | |||||||||||||||||||||||
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} | |||||||||||||||||||||||
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} | |||||||||||||||||||||||
Comment on lines
+9
to
+12
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
Copilot AutofixAI about 1 month ago To fix the issue, we need to add a permissions:
issues: write
contents: read This should be added directly after the Region to change:
No additional imports, definitions, or conveniences are needed.
Suggested changeset
1
.github/workflows/community-contribution-labeling.yml
Copilot is powered by AI and may make mistakes. Always verify output.
Positive FeedbackNegative Feedback
Refresh and try again.
|
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Copilot Autofix
AI about 1 month ago
To address this issue, explicitly set the
permissions
block in your workflow file. You should add the block at the root level (so it applies to all jobs), or within the specific job (call-workflow
). Since this workflow delegates to a reusable workflow, you should specify at least a minimal, restrictive set of permissions, such as read-only forcontents
, and add any additional write permissions only if the job truly requires them (e.g.,issues: write
orpull-requests: write
). If uncertain about the permissions required by the reusable workflow, start with the most restrictive configuration and update as needed. The edit should be made at the top level of the YAML (just below thename
and before theon
block), or within the job itself; the root-level placement is preferred for consistency unless differing permissions are required for different jobs.