-
-
Notifications
You must be signed in to change notification settings - Fork 26
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 (#264)
Co-authored-by: Nabil Freij <[email protected]>
- Loading branch information
Showing
11 changed files
with
134 additions
and
108 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": "51fb616094a4d7577c8898445aa50effb89afa31", | ||
"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": "sunpy/radiospectra", | ||
"sourcecode_url": "https://github.com/sunpy/radiospectra", | ||
"download_url": "https://pypi.org/project/sunraster", | ||
"documentation_url": "https://docs.sunpy.org/projects/radiospectra", | ||
"changelog_url": "https://docs.sunpy.org/projects/radiospectra/en/stable/whatsnew/changelog.html", | ||
"issue_tracker_url": "https://github.com/sunpy/radiospectra/issues/", | ||
"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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _changelog: | ||
|
||
************** | ||
Full Changelog | ||
************** | ||
|
||
.. changelog:: | ||
:towncrier: ../../ | ||
:towncrier-skip-if-empty: | ||
: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 sunraster | ||
|
||
.. 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