mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
chore: fix regex for snack
This commit is contained in:
2
.github/workflows/check-repro.yml
vendored
2
.github/workflows/check-repro.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
: context.payload.issue.body;
|
||||
|
||||
const regex = new RegExp(
|
||||
`https?:\\/\\/((github\\.com\\/${user}\\/[^/]+\\/?[\\s\\n]+)|(snack\\.expo\\.io\\/.+))`,
|
||||
`https?:\\/\\/((github\\.com\\/${user}\\/[^/]+\\/?[\\s\\n]+)|(snack\\.expo\\.dev\\/.+))`,
|
||||
'gm'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user