chore(github): Fixes wrong labeling and unused comments.

This commit is contained in:
Gustavo Rosa 2022-08-17 10:48:13 -03:00
Родитель 8761385958
Коммит 112083664a
6 изменённых файлов: 5 добавлений и 13 удалений

2
.github/ISSUE_TEMPLATE/feature-request.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Feature Request
about: We always welcome new features
title: "[NEW]"
labels: enhancement
labels: feature
assignees: ''
---

2
.github/ISSUE_TEMPLATE/regular-issue.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Regular Issue
about: If your issue is not a bug nor a feature request
title: "[REG]"
labels: general
labels: support
assignees: ''
---

2
.github/workflows/build-publish-docs.yml поставляемый
Просмотреть файл

@ -38,7 +38,7 @@ jobs:
cd docs
make clean
make html
- name: Push to gh-pages branch
- name: Pushes to gh-pages branch
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: peaceiris/actions-gh-pages@v3
with:

8
.github/workflows/build-release-pypi.yml поставляемый
Просмотреть файл

@ -14,20 +14,17 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Sets the Environment
# Installs a Python 3.7 environment
- name: Sets the environment
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Installs pypa/build
# Install the `build` package for further building
run: >-
python -m
pip install
build
--user
- name: Builds the Wheel
# Runs the `build` command to create the wheel and source tarball
- name: Builds the wheel
run: >-
python -m
build
@ -36,7 +33,6 @@ jobs:
--outdir dist/
.
- name: Publishes to PyPI
# Publishes the builded package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

2
.github/workflows/check-with-codeql.yml поставляемый
Просмотреть файл

@ -16,8 +16,6 @@ jobs:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Pulls the repository
uses: actions/checkout@v3

2
.github/workflows/check-with-devskim.yml поставляемый
Просмотреть файл

@ -16,8 +16,6 @@ jobs:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Pulls the repository
uses: actions/checkout@v3