@codfish/actions-playground 0.0.0-PR-58--5e1d9de → 0.0.0-PR-58--7f58abc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ name: Validate pr title
2
2
 
3
3
  on:
4
4
  pull_request:
5
- types: [edited]
5
+ types: [edited, opened, reopened]
6
6
 
7
7
  jobs:
8
8
  validate:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-58--5e1d9de",
3
+ "version": "0.0.0-PR-58--7f58abc",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {