[med-svn] [Git][med-team/q2-feature-classifier][upstream] New upstream version 2022.11.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 17 10:34:21 GMT 2023
Andreas Tille pushed to branch upstream at Debian Med / q2-feature-classifier
Commits:
d36d1803 by Andreas Tille at 2023-01-17T11:04:19+01:00
New upstream version 2022.11.1
- - - - -
2 changed files:
- + .github/workflows/add-to-project-ci.yml
- q2_feature_classifier/_version.py
Changes:
=====================================
.github/workflows/add-to-project-ci.yml
=====================================
@@ -0,0 +1,21 @@
+name: Add new issues and PRs to triage project board
+
+on:
+ issues:
+ types:
+ - opened
+ pull_request_target:
+ types:
+ - opened
+
+jobs:
+ add-to-project:
+ name: Add issue to project
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/add-to-project at v0.3.0
+ with:
+ project-url: https://github.com/orgs/qiime2/projects/36
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
+ labeled: skip-triage
+ label-operator: NOT
=====================================
q2_feature_classifier/_version.py
=====================================
@@ -23,9 +23,9 @@ def get_keywords():
# setup.py/versioneer.py will grep for the variable names, so they must
# each be defined on a line of their own. _version.py will just call
# get_keywords().
- git_refnames = " (tag: 2022.8.0)"
- git_full = "6f7c334d5b36ff20ac088e88c1c13746bf883f76"
- git_date = "2022-08-23 17:28:47 +0000"
+ git_refnames = " (HEAD -> master, tag: 2022.11.1)"
+ git_full = "4a869bb805c6f95ce265c0f88e1be0883196a15d"
+ git_date = "2022-12-21 22:21:48 +0000"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
return keywords
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/-/commit/d36d18037866f2e44ab662e1a3790bbc964824a6
--
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-classifier/-/commit/d36d18037866f2e44ab662e1a3790bbc964824a6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230117/ca4e5179/attachment-0001.htm>
More information about the debian-med-commit
mailing list