apify-test-tools 0.5.7-beta.1 → 0.5.7-beta.2

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,6 @@ name: Code checks
2
2
 
3
3
  on:
4
4
  workflow_call:
5
- workflow_dispatch:
6
5
 
7
6
  permissions:
8
7
  contents: read
@@ -79,7 +79,7 @@ jobs:
79
79
 
80
80
  - name: Commit changes
81
81
  id: commit
82
- uses: EndBug/add-and-commit@v9
82
+ uses: EndBug/add-and-commit@v10
83
83
  with:
84
84
  author_name: Apify Release Bot
85
85
  author_email: noreply@apify.com
@@ -26,6 +26,7 @@ concurrency:
26
26
 
27
27
  permissions:
28
28
  contents: read
29
+ actions: write
29
30
 
30
31
  jobs:
31
32
  code_checks:
@@ -13,6 +13,7 @@ concurrency:
13
13
 
14
14
  permissions:
15
15
  contents: read
16
+ actions: write
16
17
 
17
18
  jobs:
18
19
  code_checks:
@@ -30,6 +31,7 @@ jobs:
30
31
  startsWith(github.event.head_commit.message, 'fix') ||
31
32
  startsWith(github.event.head_commit.message, 'perf') ||
32
33
  startsWith(github.event.head_commit.message, 'refactor') ||
34
+ startsWith(github.event.head_commit.message, 'chore') ||
33
35
  startsWith(github.event.head_commit.message, 'style')
34
36
  name: Update pre-release metadata
35
37
  needs: [code_checks, tests]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-test-tools",
3
- "version": "0.5.7-beta.1",
3
+ "version": "0.5.7-beta.2",
4
4
  "type": "module",
5
5
  "description": "TBD",
6
6
  "repository": {