Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed master -> main in yml files.
  • Loading branch information
arjraman committed May 20, 2022
1 parent c81a5ff commit b539b20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -7,10 +7,10 @@ name: "CodeQL"

on:
push:
branches: [master]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]

This comment has been minimized.

Copy link
@6RANI

6RANI Nov 29, 2023

85 %CHAR ;RS
OFARR DOAM 159 EHCK /DOAM

branches: [main]
schedule:
- cron: '0 0 * * 2'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main

name: Package

Expand All @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: master
ref: main
- name: Package
run: |
npm ci
Expand All @@ -24,4 +24,4 @@ jobs:
git config --global user.name "GitHub Actions"
git add dist/
git commit -m "chore: Update dist" || echo "No changes to commit"
git push origin HEAD:master
git push origin HEAD:main
4 changes: 2 additions & 2 deletions .mergify.yml
Expand Up @@ -8,7 +8,7 @@ queue_rules:
pull_request_rules:
- name: Automatically merge on CI success and review approval
conditions:
- base~=master|integ-tests
- base~=main|integ-tests
- "#approved-reviews-by>=1"
- approved-reviews-by=@aws-actions/aws-ecr
- -approved-reviews-by~=author
Expand All @@ -26,7 +26,7 @@ pull_request_rules:

- name: Automatically approve and merge Dependabot PRs
conditions:
- base=master
- base=main
- author=dependabot[bot]
- status-success=Run Unit Tests
- status-success=Semantic Pull Request
Expand Down

0 comments on commit b539b20

Please sign in to comment.