Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_ya…
Browse files Browse the repository at this point in the history
…rn/strip-ansi-7.0.1

# Conflicts:
#	yarn.lock
  • Loading branch information
hipstersmoothie committed Sep 3, 2023
2 parents 875c0cf + 398ce9c commit d8aeae3
Show file tree
Hide file tree
Showing 101 changed files with 7,088 additions and 2,232 deletions.
94 changes: 94 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,100 @@
"code",
"test"
]
},
{
"login": "vpipkt",
"name": "Jason T Brown",
"avatar_url": "https://avatars.githubusercontent.com/u/7798319?v=4",
"profile": "https://github.com/vpipkt",
"contributions": [
"doc",
"infra",
"test",
"code"
]
},
{
"login": "megatroom",
"name": "Bruno Nardini",
"avatar_url": "https://avatars.githubusercontent.com/u/673904?v=4",
"profile": "http://www.brunonardini.com.br/",
"contributions": [
"doc",
"infra",
"test",
"code"
]
},
{
"login": "AndreyBozhko",
"name": "Andrey Bozhko",
"avatar_url": "https://avatars.githubusercontent.com/u/22246447?v=4",
"profile": "https://www.linkedin.com/in/andrey-bozhko/",
"contributions": [
"code"
]
},
{
"login": "amalik2",
"name": "Adil Malik",
"avatar_url": "https://avatars.githubusercontent.com/u/25858348?v=4",
"profile": "https://github.com/amalik2",
"contributions": [
"doc",
"infra",
"test",
"code"
]
},
{
"login": "ds300",
"name": "David Sheldrick",
"avatar_url": "https://avatars.githubusercontent.com/u/1242537?v=4",
"profile": "https://github.com/ds300",
"contributions": [
"test",
"code"
]
},
{
"login": "snebjorn",
"name": "Eskild Diderichsen",
"avatar_url": "https://avatars.githubusercontent.com/u/1266245?v=4",
"profile": "https://github.com/snebjorn",
"contributions": [
"doc",
"test",
"code"
]
},
{
"login": "ld-codes",
"name": "ld-codes",
"avatar_url": "https://avatars.githubusercontent.com/u/123950213?v=4",
"profile": "https://github.com/ld-codes",
"contributions": [
"doc",
"code"
]
},
{
"login": "ccremer",
"name": "Chris",
"avatar_url": "https://avatars.githubusercontent.com/u/12159026?v=4",
"profile": "https://github.com/ccremer",
"contributions": [
"doc"
]
},
{
"login": "Satishpokala124",
"name": "Satish Pokala",
"avatar_url": "https://avatars.githubusercontent.com/u/49762924?v=4",
"profile": "https://github.com/Satishpokala124",
"contributions": [
"doc"
]
}
],
"commitConvention": "none"
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: [push]
on:
push:
branches: [main, next]
pull_request:
types: [opened, synchronize, reopened]

# Enabled permissions on GITHUB_TOKEN
permissions:
Expand All @@ -12,6 +16,8 @@ permissions:
statuses: write
# Needed to create PR statuses/checks
checks: write
# To post comments on PRs
issues: write

jobs:
# Run install in one step so deps can be cached for other steps
Expand Down Expand Up @@ -84,6 +90,7 @@ jobs:
id: PR
with:
filterOutClosed: true
sha: ${{ github.event.pull_request.head.sha }}
- uses: ./.github/actions/install-deps
- uses: ./.github/actions/build-cache
- name: Prepare repository
Expand Down

0 comments on commit d8aeae3

Please sign in to comment.