Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update next with main #134

Merged
merged 28 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
30b6593
Update octorelease form temp-lerna-fix to v1 [ci skip]
zFernand0 Feb 7, 2024
db39c24
fix(icons): Display icons for all resources
zFernand0 Feb 27, 2024
30df987
update changelog
zFernand0 Feb 27, 2024
309306f
update package-lock
zFernand0 Feb 27, 2024
8839488
fix extender profile type registration
zFernand0 Feb 28, 2024
bb9490e
add prettier config
zFernand0 Feb 29, 2024
48cc278
Merge pull request #114 from zowe/fix/icons
zFernand0 Mar 1, 2024
40d662d
Update dependencies [ci skip]
zowe-robot Mar 2, 2024
d3c5d82
Bump version to 5.0.5 [ci skip]
zowe-robot Mar 2, 2024
ba0998b
Changes for V1 code
awharn May 1, 2024
2f95040
Changes for V2 code
awharn May 1, 2024
8d28bcc
Update changelog
awharn May 1, 2024
bf773ea
Update package lock
awharn May 1, 2024
f5c29c6
Merge pull request #121 from zowe/fix-code-issues
zFernand0 May 4, 2024
fff32d5
Update dependencies [ci skip]
zowe-robot May 4, 2024
343a444
Bump version to 5.0.6 [ci skip]
zowe-robot May 4, 2024
979043b
Update stale.yml
zFernand0 May 6, 2024
aeee0bd
Merge pull request #126 from zowe/stale-bot-fix
zFernand0 May 6, 2024
eade23d
Log during activation instead of showing popup
rudyflores May 8, 2024
936b623
Add CHANGELOG.md
rudyflores May 8, 2024
49aadd9
Merge pull request #127 from zowe/log-instead-of-popup
zFernand0 Jun 20, 2024
8af0fe1
Optimize gifs packaged with vsce to reduce file size
t1m0thyj Jul 19, 2024
986a9ce
Update package lock to fix npm audit
t1m0thyj Jul 19, 2024
dec9f48
Merge pull request #130 from zowe/chore/optimize-gifs
zFernand0 Jul 19, 2024
6d52e6d
Replace comment workflow and update CodeQL
awharn Jul 30, 2024
cc6721c
Update input names
awharn Jul 30, 2024
dcee3e5
Merge pull request #133 from zowe/update-workflows
awharn Jul 30, 2024
98e69f0
Merge remote-tracking branch 'origin/main' into update-with-master
awharn Jul 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Process Label Action
uses: hramos/respond-to-issue-based-on-label@v2
uses: dessant/label-actions@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/label-actions.yml'
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: '.github/label-actions.yml'
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/resources/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
exempt-all-milestones: true

# Rules applied to Issues
exempt-issue-labels: "Epic, bug, priority-critical, priority-high, community-upvoted, for-review, keep"
exempt-issue-labels: "Epic, bug, priority-critical, priority-high, priority-medium, community-upvoted, for-review, good first issue, keep"
stale-issue-message: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
Expand Down
Loading
Loading