-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates from package template (#164)
Co-authored-by: Nabil Freij <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bb510d4
commit b5c8d10
Showing
12 changed files
with
123 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"template": "https://github.com/sunpy/package-template", | ||
"commit": "4ca8e60aac805d5f736de80c45ae0aba96b4cb85", | ||
"commit": "3737aa309d2a695ada046c7868c5683213003f3d", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
|
@@ -10,6 +10,12 @@ | |
"author_name": "The SunPy Community", | ||
"author_email": "[email protected]", | ||
"project_url": "https://sunpy.org", | ||
"github_repo": "", | ||
"sourcecode_url": "", | ||
"download_url": "https://pypi.org/project/sunpy-soar", | ||
"documentation_url": "", | ||
"changelog_url": "", | ||
"issue_tracker_url": "", | ||
"license": "BSD 2-Clause", | ||
"minimum_python_version": "3.10", | ||
"use_compiled_extensions": "n", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Label Sync | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# ┌───────── minute (0 - 59) | ||
# │ ┌───────── hour (0 - 23) | ||
# │ │ ┌───────── day of the month (1 - 31) | ||
# │ │ │ ┌───────── month (1 - 12 or JAN-DEC) | ||
# │ │ │ │ ┌───────── day of the week (0 - 6 or SUN-SAT) | ||
- cron: '0 0 * * *' # run every day at midnight UTC | ||
|
||
# Give permissions to write issue labels | ||
permissions: | ||
issues: write | ||
|
||
jobs: | ||
label_sync: | ||
runs-on: ubuntu-latest | ||
name: Label Sync | ||
steps: | ||
- uses: srealmoreno/label-sync-action@850ba5cef2b25e56c6c420c4feed0319294682fd | ||
with: | ||
config-file: https://raw.githubusercontent.com/sunpy/.github/main/labels.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
.. _changelog: | ||
|
||
************** | ||
Full Changelog | ||
************** | ||
|
||
.. changelog:: | ||
:towncrier: ../ | ||
:towncrier: ../../ | ||
:towncrier-skip-if-empty: | ||
:changelog_file: ../CHANGELOG.rst | ||
:changelog_file: ../../CHANGELOG.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _whatsnew: | ||
|
||
*************** | ||
Release History | ||
*************** | ||
|
||
This page documents the releases for sunpy-soar | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
changelog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters