Skip to content

Commit c5347fb

Browse files
authored
chore: Update missing-documentation-reminder.yml
1 parent 2ce86ab commit c5347fb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/missing-documentation-reminder.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Missing Documentation Reminder
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
types:
7-
- edited
8-
- closed
5+
push:
6+
branches:
7+
- main
98

109
jobs:
1110
find-missing-documentation:
@@ -23,7 +22,7 @@ jobs:
2322
with:
2423
script: |
2524
26-
const query = `repo:makspll/bevy_mod_scripting is:pr is:merged is:closed label:"needs documentation"`;
25+
const query = `repo:makspll/bevy_mod_scripting is:closed label:"needs documentation"`;
2726
const encodedQuery = encodeURIComponent(query);
2827
2928
console.log(encodedQuery);

0 commit comments

Comments
 (0)