Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cancel-workflow-action and bot credentials #345

Merged
merged 40 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
fa0ab07
update bot credentials
AmintorDusko Aug 26, 2022
fe6f224
update cancel-workflow-action
AmintorDusko Aug 26, 2022
ca126bc
Auto update version
github-actions[bot] Aug 26, 2022
c98b0b0
triggering the bot
AmintorDusko Aug 26, 2022
b46d14b
Auto update version
github-actions[bot] Aug 26, 2022
2509485
triggering the bot
AmintorDusko Aug 26, 2022
09462c0
Auto update version
github-actions[bot] Aug 26, 2022
7aa36c5
triggering the bot
AmintorDusko Aug 26, 2022
3ed8d2b
Auto update version
github-actions[bot] Aug 26, 2022
fbb0f7a
testing bot without token
AmintorDusko Aug 26, 2022
002ea72
Merge branch 'update-workflows' of github.com:PennyLaneAI/pennylane-l…
AmintorDusko Aug 26, 2022
7805c11
triggering the bot
AmintorDusko Aug 26, 2022
b9a43fe
Auto update version
github-actions[bot] Aug 26, 2022
11117aa
remove dev token
AmintorDusko Aug 26, 2022
2658ed6
Merge branch 'update-workflows' of github.com:PennyLaneAI/pennylane-l…
AmintorDusko Aug 26, 2022
9a508bd
remove dev token
AmintorDusko Aug 26, 2022
382a3b3
Auto update version
github-actions[bot] Aug 26, 2022
db9bf9d
update bot
AmintorDusko Aug 26, 2022
268d150
Merge branch 'update-workflows' of github.com:PennyLaneAI/pennylane-l…
AmintorDusko Aug 26, 2022
b632e15
triggering the bot
AmintorDusko Aug 26, 2022
7336f9a
Auto update version
github-actions[bot] Aug 26, 2022
9970223
bring back dev token
AmintorDusko Aug 26, 2022
f3ea72a
Merge branch 'update-workflows' of github.com:PennyLaneAI/pennylane-l…
AmintorDusko Aug 26, 2022
1481111
triggering the bot
AmintorDusko Aug 26, 2022
d120d03
Auto update version
github-actions[bot] Aug 26, 2022
2037ad2
testing GITHUB token
AmintorDusko Aug 26, 2022
4cd3574
Auto update version
github-actions[bot] Aug 26, 2022
b9e81f0
bring back DEV token
AmintorDusko Aug 26, 2022
a37ad16
Merge branch 'update-workflows' of github.com:PennyLaneAI/pennylane-l…
AmintorDusko Aug 26, 2022
a613b3b
triggering the bot
AmintorDusko Aug 26, 2022
d1f46d5
Auto update version
github-actions[bot] Aug 26, 2022
0100680
triggering the bot
AmintorDusko Aug 26, 2022
397974a
Auto update version
github-actions[bot] Aug 26, 2022
ae95f72
triggering the bot
AmintorDusko Aug 26, 2022
9a68db4
Merge branch 'update-workflows' of github.com:PennyLaneAI/pennylane-l…
AmintorDusko Aug 26, 2022
4157870
triggering the bot
AmintorDusko Aug 26, 2022
540f581
Auto update version
github-actions[bot] Aug 26, 2022
5f82ba1
triggering the bot
AmintorDusko Aug 26, 2022
e45628b
Auto update version
github-actions[bot] Aug 26, 2022
3d578c5
update changelog
AmintorDusko Aug 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Overwrite tag
run: |
git config --local user.email "chae-yeun@xanadu.ai"
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
git config --local user.name "Latest tag update bot"
git tag -d $TAG_NAME || true
if git push --delete origin $TAG_NAME; then
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-20.04]
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
os: [ubuntu-20.04]
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
os: [ubuntu-20.04]
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
os: [ubuntu-20.04]
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [windows-latest]
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
os: [windows-latest]
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_without_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_dev_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
cd ./pr
if [[ -n $(git status -s) ]]; then
git config --local user.email "chae-yeun@xanadu.ai"
git config --local user.name "Dev version update bot"
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.name "Dev version update bot"
git add .
git commit -m 'Auto update version'
git push
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel_linux_ppc64le.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel_linux_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheel_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel_macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheel_win_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.4.1
uses: styfle/cancel-workflow-action@0.10.0
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.26.0-dev7"
__version__ = "0.26.0-dev8"