FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib/.github/workflows/autoclose_schedule.yml at main · matplotlib/matplotlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.1k
Code
Issues
1.1k
Pull requests
411
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
matplotlib
/
.github
/
workflows
/
autoclose_schedule.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
36 lines (30 loc) · 974 Bytes
Breadcrumbs
matplotlib
/
.github
/
workflows
/
autoclose_schedule.yml
Copy path
File metadata and controls
36 lines (30 loc) · 974 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
name
:
autoclose schedule
#
Autoclose PRs labeled with "status: autoclose candidate" after 2 weeks.
#
Based on scikit-learn's implementation at
#
https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/autoclose-schedule.yml
permissions
:
contents
:
read
pull-requests
:
write
on
:
schedule
:
-
cron
:
'
0 2 * * *
'
#
runs daily at 02:00 UTC
workflow_dispatch
:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
jobs
:
autoclose
:
name
:
autoclose labeled PRs
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
persist-credentials
:
false
-
uses
:
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
#
v7.0.0
with
:
python-version
:
'
3.13
'
-
name
:
Install PyGithub
run
:
pip install -Uq PyGithub
-
name
:
Close PRs labeled more than 14 days ago
run
:
|
python tools/autoclose_prs.py
Back
|
FazBrowse Home
|
New Git URL