Skip to content

Commit 9477a14

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/sign-public-url
2 parents d830ed1 + 0e82b08 commit 9477a14

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Update new issue
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
label_issues:
10+
name: Label issues
11+
runs-on: ubuntu-latest
12+
permissions:
13+
issues: write
14+
15+
steps:
16+
# Add the "t-tooling" label to all new issues
17+
- uses: actions/github-script@v7
18+
with:
19+
script: |
20+
github.rest.issues.addLabels({
21+
issue_number: context.issue.number,
22+
owner: context.repo.owner,
23+
repo: context.repo.repo,
24+
labels: ["t-tooling"]
25+
})

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/actor-scraper/camoufox-scraper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@crawlee/playwright": "^3.11.5",
1111
"@crawlee/utils": "^3.11.5",
1212
"apify": "^3.2.6",
13-
"camoufox-js": "^0.2.0",
13+
"camoufox-js": "^0.3.0",
1414
"idcac-playwright": "^0.1.3",
1515
"playwright": "*"
1616
},

website/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)