-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
65 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,17 +5,17 @@ name: ack | |
on: | ||
pull_request_target: | ||
types: [opened, labeled, unlabeled, synchronize] | ||
workflow_call: # allows reuse of this workflow from other devtools repos | ||
workflow_call: # allows reuse of this workflow from other devtools repos | ||
|
||
jobs: | ||
ack: | ||
runs-on: ubuntu-latest | ||
environment: ack | ||
permissions: | ||
checks: write | ||
contents: read | ||
pull-requests: write | ||
steps: | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
|
@@ -37,10 +37,10 @@ jobs: | |
- name: Verify PR label action | ||
uses: jesusvasquez333/[email protected] | ||
with: | ||
github-token: '${{ secrets.GITHUB_TOKEN }}' | ||
valid-labels: 'bug, enhancement, feature, refactoring, major, deprecated, skip-changelog, bot:chronographer:skip' | ||
invalid-labels: 'help wanted, invalid, feedback-needed, incomplete' | ||
pull-request-number: '${{ github.event.pull_request.number }}' | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
valid-labels: "bug, enhancement, feature, refactoring, major, deprecated, skip-changelog, bot:chronographer:skip" | ||
invalid-labels: "help wanted, invalid, feedback-needed, incomplete" | ||
pull-request-number: "${{ github.event.pull_request.number }}" | ||
disable-reviews: true | ||
|
||
- name: Update release notes if this is already merged | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
matrix_room_id: | ||
description: Matrix ROOM ID | ||
type: string | ||
default: '!aqMMMrOxRZzVDkUlWF:matrix.org' # ansible-devtools | ||
default: "!aqMMMrOxRZzVDkUlWF:matrix.org" # ansible-devtools | ||
workflow_dispatch: | ||
inputs: | ||
message: | ||
|
@@ -22,7 +22,7 @@ on: | |
matrix_room_id: | ||
description: Matrix ROOM ID | ||
type: string | ||
default: '!aqMMMrOxRZzVDkUlWF:matrix.org' # ansible-devtools | ||
default: "!aqMMMrOxRZzVDkUlWF:matrix.org" # ansible-devtools | ||
|
||
jobs: | ||
send-message: | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- name: send message | ||
uses: s3krit/[email protected] | ||
with: | ||
room_id: '!aqMMMrOxRZzVDkUlWF:matrix.org' # ansible-devtools | ||
room_id: "!aqMMMrOxRZzVDkUlWF:matrix.org" # ansible-devtools | ||
access_token: ${{ secrets.MATRIX_TOKEN }} | ||
# https://doc.matrix.tu-dresden.de/en/messaging/formatting/ | ||
message: > | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Useful resources for pytest: | ||
|
||
* https://pganssle-talks.github.io/xfail-lightning | ||
- https://pganssle-talks.github.io/xfail-lightning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters