You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# QA Wolf - PR Testing Notify Closed Action
2
2
3
+
> ℹ️ This action is deprecated. PR closed events are automatically handled when the QA Wolf integration with GitHub is enabled.
4
+
3
5
This is a GitHub Action for PR testing with QA Wolf. The action must only be triggered when a pull request is closed. It notifies QA Wolf that the deployment environment is going away so that the corresponding changes to the QA Wolf environment can be included into the base environment.
4
6
5
7
> ℹ️ Read our [introduction to PR Testing](https://qawolf.notion.site/VCS-Branch-Testing-45be5d10d93249aeb8c1f995d26356ec?pvs=4) to get familiar with core concepts.
@@ -12,7 +14,7 @@ This is a GitHub Action for PR testing with QA Wolf. The action must only be tri
12
14
13
15
### `base-environments-mapping`
14
16
15
-
**Required**. A JSON-formatted array that defines the relationships between QA Wolf environments and Version Control System (VCS) branches. QA Wolf environment identifiers are called "environment aliases" and can be retrieved from the "General" tab on the environment settings page in QA Wolf.
17
+
A JSON-formatted array that defines the relationships between QA Wolf environments and Version Control System (VCS) branches. QA Wolf environment identifiers are called "environment aliases" and can be retrieved from the "General" tab on the environment settings page in QA Wolf.
16
18
17
19
In this example, the mapping indicates that the "develop" QA Wolf environment corresponds to the "main" VCS branch:
18
20
@@ -47,11 +49,4 @@ jobs:
47
49
uses: qawolf/pr-testing-notify-closed-action@v1
48
50
with:
49
51
qawolf-api-key: "${{ secrets.QAWOLF_API_KEY }}"
50
-
# A typical Gitflow mapping. This is very dependent on your branching
0 commit comments