Skip to content

Commit

Permalink
Update workflows (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 authored Nov 7, 2024
1 parent 3b254c2 commit 2cc6ea2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 87 deletions.
5 changes: 1 addition & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ _Put an `x` in the boxes that apply_
- [ ] Documentation Update (Updates to README.md, the documentation, etc)
- [ ] Other (if none of the other choices apply)


## Checklist

<!-- Put an x inside [ ] to check it, like so: [x] -->

_Put an `x` in the boxes that apply_

- [ ] If code changes were made then they have been tested.
- [ ] I have updated the documentation to reflect the changes. (if appropriate)
- [ ] Lint, format, and unit test workflows pass with my new changes
- [ ] All workflows pass with my new changes
- [ ] This PR does **not** address a duplicate issue or PR

12 changes: 0 additions & 12 deletions .github/labeler.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./react/
working-directory: react/

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ on:
jobs:
Analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
security-events: write
defaults:
run:
working-directory: ./react/
working-directory: react/

steps:
- name: Checkout Repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types:
- opened
workflow_run:
workflows: ["Lint", "Build"]
workflows: ["CodeQL", "Lint", "Build"]
branches: [react-rewrite]
types:
- completed
Expand All @@ -15,7 +15,7 @@ permissions:

jobs:
dependabot:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: ${{ github.actor == 'dependabot[bot]'}}
steps:
- name: Dependabot metadata
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/labeler.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
Analyze:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout Repository
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/test.yml.inactive

This file was deleted.

0 comments on commit 2cc6ea2

Please sign in to comment.