| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,9 @@ on: | |||
| 22 | 22 | - '3.8' | |
| 23 | 23 | - '3.7' | |
| 24 | 24 | ||
| 25 | + permissions: | ||
| 26 | + contents: read | ||
| 27 | + | ||
| 25 | 28 | jobs: | |
| 26 | 29 | check_source: | |
| 27 | 30 | name: 'Check for source changes' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,9 @@ on: | |||
| 23 | 23 | paths: | |
| 24 | 24 | - 'Tools/msi/**' | |
| 25 | 25 | ||
| 26 | + permissions: | ||
| 27 | + contents: read | ||
| 28 | + | ||
| 26 | 29 | jobs: | |
| 27 | 30 | build_win32: | |
| 28 | 31 | name: 'Windows (x86) Installer' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,6 +24,9 @@ on: | |||
| 24 | 24 | - 'Doc/**' | |
| 25 | 25 | - 'Misc/**' | |
| 26 | 26 | ||
| 27 | + permissions: | ||
| 28 | + contents: read | ||
| 29 | + | ||
| 27 | 30 | jobs: | |
| 28 | 31 | build_doc: | |
| 29 | 32 | name: 'Docs' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,9 @@ on: | |||
| 5 | 5 | types: | |
| 6 | 6 | - opened | |
| 7 | 7 | ||
| 8 | + permissions: | ||
| 9 | + issues: read | ||
| 10 | + | ||
| 8 | 11 | jobs: | |
| 9 | 12 | notify-new-bugs-announce: | |
| 10 | 13 | runs-on: ubuntu-latest | |
@@ -39,7 +42,7 @@ jobs: | |||
| 39 | 42 | assignee : issue.data.assignees.map(assignee => { return assignee.login }), | |
| 40 | 43 | body : issue.data.body | |
| 41 | 44 | }; | |
| 42 | - | ||
| 45 | + | ||
| 43 | 46 | const data = { | |
| 44 | 47 | from: "CPython Issues <github@mg.python.org>", | |
| 45 | 48 | to: "new-bugs-announce@python.org", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments