File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88permissions :
99 contents : read
1010
11+ concurrency :
12+ group : psrt-ghsa-bot
13+ cancel-in-progress : false
14+
1115jobs :
1216 cron :
1317 runs-on : ubuntu-latest
14- name : " Run PSRT Advisory Bot"
18+ name : " Run PSRT GHSA Bot"
19+ timeout-minutes : 10
1520 steps :
1621 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1722 with :
Original file line number Diff line number Diff line change 1212 lint :
1313 name : Lint
1414 runs-on : ubuntu-latest
15+ timeout-minutes : 5
1516 steps :
1617 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1718 with :
Original file line number Diff line number Diff line change 1212 test :
1313 name : Test on Python ${{ matrix.python-version }}
1414 runs-on : ubuntu-latest
15+ timeout-minutes : 5
1516 strategy :
1617 fail-fast : false
1718 matrix :
Original file line number Diff line number Diff line change 11[project ]
22name = " psrt-ghsa-bot"
33version = " 0.1.0"
4- description = " GitHub bot for PSRT activities on GHSA "
4+ description = " GitHub bot for PSRT activities on GHSAs "
55readme = " README.md"
66requires-python = " >=3.14.0"
77dependencies = [
Original file line number Diff line number Diff line change 1717
1818load_dotenv ()
1919
20- if typing .TYPE_CHECKING :
21- pass
22-
2320PSRT_GITHUB_TEAM_ORG = "python"
2421PSRT_GITHUB_TEAM_SLUG = "psrt"
2522COMPLETION_TAGS = (
You can’t perform that action at this time.
0 commit comments