File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 3d0ff5cac98c56196dbd1ba3e89703c2b7616e29 " ,
3+ "commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3333 " .github/workflows/sub_package_update.yml"
3434 ],
3535 "_template" : " https://github.com/sunpy/package-template" ,
36- "_commit" : " 3d0ff5cac98c56196dbd1ba3e89703c2b7616e29 "
36+ "_commit" : " 4c4701e4fe00e17a18e36e189b2928cd69983264 "
3737 }
3838 },
3939 "directory" : null
Original file line number Diff line number Diff line change @@ -155,7 +155,11 @@ jobs:
155155 steps :
156156 - uses : Cadair/matrix-notify-action@main # zizmor: ignore[unpinned-uses]
157157 with :
158+ <<<<<<<
158159 workflow_description : " CI Workflow in sunpy/streamtracer"
160+ =======
161+ workflow_description : ' CI Workflow'
162+ >>>>>>>
159163 matrix_token : ${{ secrets.MATRIX_ACCESS_TOKEN }}
160164 github_token : ${{ secrets.GITHUB_TOKEN }}
161165 homeserver : ${{ secrets.MATRIX_HOMESERVER }}
Original file line number Diff line number Diff line change 11# Exclude specific files
2+ <<<<<<<
3+ =======
4+ # All files which are tracked by git and not explicitly excluded here are included by setuptools_scm
5+ exclude .codecov.yaml
6+ exclude .coveragerc
7+ exclude .cruft.json
8+ exclude .gitignore
9+ exclude .isort.cfg
10+ exclude .pre-commit-config.yaml
11+ exclude .readthedocs.yaml
12+ exclude .rtd-environment.yml
13+ exclude .ruff.toml
14+
15+ >>>>>>>
216# Prune folders
17+ prune .github
318prune build
4- prune docs/_build
5- prune docs/api
19+ prune changelog
620global-exclude *.pyc *.o
You can’t perform that action at this time.
0 commit comments