### Issue and Pull Request labels
Names should be self explanatory
-look [here](https://github.com/fennecdjay/Gwion/labels) for an up to date list.
+look [here](https://github.com/Gwion/Gwion/labels) for an up to date list.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENT: benchmark-event
- ORG: fennecdjay
+ ORG: Gwion
REPO: gwion-benchmark
run: |
[ ! -z "$(git log -n1 --oneline --grep='skip ci')" ] && exit 0
steps:
- name: Clone and push
run: |
- git clone https://github.com/fennecdjay/gwion-cinch-bot
+ git clone https://github.com/Gwion/gwion-cinch-bot
cd gwion-cinch-bot
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit --allow-empty -m "update gwion"
- git remote set-url origin https://${{ secrets.GWION_BOT }}@github.com/fennecdjay/gwion-cinch-bot.git
+ git remote set-url origin https://${{ secrets.GWION_BOT }}@github.com/Gwion/gwion-cinch-bot.git
git push
- uses: styfle/cancel-workflow-action@0.5.0
with:
# Ids of other workflows that ought to be canceled
- # Ids can be found here: https://api.github.com/repos/fennecdjay/Gwion/actions/workflows
+ # Ids can be found here: https://api.github.com/repos/Gwion/Gwion/actions/workflows
workflow_id: 55357,55358,55359,356501,359430,575240,575243,575600,604136,612771,619820,1306635,2138185,2665681,2809967
- access_token: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
+ access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Clone report repo
run: |
- git clone https://github.com/fennecdjay/gwion-coverage-report
+ git clone https://github.com/Gwion/gwion-coverage-report
cd gwion-coverage-report
git worktree add html origin/gh-pages
cd gwion-coverage-report
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git
+ git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/Gwion/gwion-coverage-report.git
git add README.md coverage_num.txt badge.svg
git commit -m "Update coverage" || true
git push || true
- name: Download tool
run: |
- wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=fennecdjay/Gwion" -O cov-analysis-linux64.tar.gz
+ wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=Gwion/Gwion" -O cov-analysis-linux64.tar.gz
mkdir cov-analysis-linux64
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
--form file=@gwion.tgz \
--form version=trunk \
--form description="strongly timed programming language" \
- https://scan.coverity.com/builds?project=fennecdjay/Gwion
+ https://scan.coverity.com/builds?project=Gwion/Gwion
steps:
- name: Clone report repo
run: |
- git clone https://github.com/fennecdjay/gwion-coverage-report
+ git clone https://github.com/Gwion/gwion-coverage-report
cd gwion-coverage-report
branch=${{ github.event.ref }}
if [ -d html/$branch ]
rm -r html/$branch
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git
+ git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/Gwion/gwion-coverage-report.git
git add html
git commit -m "Delete obsolete branch"
git subtree push --prefix html origin gh-pages
steps:
- name: Trigger docs build
env:
- ORG: fennecdjay
+ ORG: Gwion
REPO: gwion-docs
run: |
curl -d"{\"event_type\": \"event\"}" -H "Content-Type: application/json" -H "Authorization: token ${{ secrets.GWION_DOC }}" -H "Accept: application/vnd.github.everest-preview+json" "https://api.github.com/repos/${ORG}/${REPO}/dispatches"
-Subproject commit c7c8114ec872a0dd0f6375a191ed59abc5b85cf0
+Subproject commit 98e1aeed3b7725a5293a399220a30a42d101f8c1