Skip to content

Commit

Permalink
Merge tag 'v2024.3.3' of github.com:appium/appium-inspector into jlip…
Browse files Browse the repository at this point in the history
…ps/upstream

2024.3.3
  • Loading branch information
jlipps committed Mar 14, 2024
2 parents fd936d9 + f7b7bfd commit 3be97ad
Show file tree
Hide file tree
Showing 64 changed files with 3,626 additions and 3,123 deletions.
12 changes: 5 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,26 @@ version: v1

labels:
- label: 'enhancement'
sync: true
matcher:
title: '^feat.*?:'

- label: 'fix'
sync: true
matcher:
title: '^fix.*?:'

- label: 'documentation'
sync: true
matcher:
title: '^docs.*?:'
files: ['README.md', 'docs/**']

- label: 'chore'
sync: true
matcher:
title: '^chore.*?:'
files:
all: ['!package-lock.json']

- label: 'dependencies'
matcher:
files: ['package-lock.json']

- label: 'i18n'
sync: true
matcher:
files: ['assets/locales/**']
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ changelog:
- title: 📖 Documentation
labels:
- documentation
- title: 🌐 Localization
labels:
- i18n
- title: 🔍 Other Changes
labels:
- '*'
2 changes: 1 addition & 1 deletion .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: Auto-Label PRs
runs-on: ubuntu-latest
steps:
- uses: fuxingloh/multi-labeler@v2
- uses: fuxingloh/multi-labeler@v4
3 changes: 2 additions & 1 deletion .github/workflows/crowdin-sync-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
CROWDIN_PROJECT_ID: 346705
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
- name: Create Pull Request
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].2
with:
token: ${{ github.token }}
commit-message: 'chore: Update translations'
title: 'chore: Update translations'
labels: i18n
branch: crowdin-sync-${{ github.run_id }}
body: 'Update Crowdin Translations: https://crowdin.com/project/appium-desktop'
1 change: 0 additions & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ app.on('ready', async () => {
mainUrl: `file://${__dirname}/index.html`,
splashUrl: `file://${__dirname}/splash.html`,
isDev,
shouldShowFileMenu: true,
});
});
Loading

0 comments on commit 3be97ad

Please sign in to comment.