Skip to content

Commit

Permalink
Merge pull request #55 from CQCL/release/1.21.0-2
Browse files Browse the repository at this point in the history
Release/1.21.0 2
  • Loading branch information
cqc-melf authored Oct 17, 2023
2 parents 397f71c + 70592f3 commit 05fce02
Show file tree
Hide file tree
Showing 53 changed files with 1,699 additions and 807 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
interval: weekly
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
64 changes: 0 additions & 64 deletions .github/workflows/build-test

This file was deleted.

143 changes: 0 additions & 143 deletions .github/workflows/build_and_test.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/docs.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/docs/check-build-docs

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/docs/intro.txt

This file was deleted.

5 changes: 0 additions & 5 deletions .github/workflows/docs/requirements.txt

This file was deleted.

Empty file.
14 changes: 0 additions & 14 deletions .github/workflows/fetch-modules

This file was deleted.

44 changes: 22 additions & 22 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ jobs:
name: Create Jira issue
runs-on: ubuntu-22.04
steps:
- name: Login
uses: atlassian/[email protected]
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
- name: Create Bug
uses: atlassian/[email protected]
if: contains(github.event.issue.labels.*.name, 'bug')
with:
project: TKET
issuetype: Bug
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
- name: Create Task
uses: atlassian/[email protected]
if: "! contains(github.event.issue.labels.*.name, 'bug')"
with:
project: TKET
issuetype: Task
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
- name: Login
uses: atlassian/[email protected]
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
- name: Create Bug
uses: atlassian/[email protected]
if: contains(github.event.issue.labels.*.name, 'bug')
with:
project: TKET
issuetype: Bug
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
- name: Create Task
uses: atlassian/[email protected]
if: "! contains(github.event.issue.labels.*.name, 'bug')"
with:
project: TKET
issuetype: Task
summary: « [pytket-aqt] ${{ github.event.issue.title }}»
description: ${{ github.event.issue.html_url }}
28 changes: 0 additions & 28 deletions .github/workflows/lint.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/linting/lint-requirements.txt

This file was deleted.

Loading

0 comments on commit 05fce02

Please sign in to comment.