Update actions (#496)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-06-30 19:52:03 -07:00 committed by GitHub
parent 2b25128cb1
commit bf65d6a42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -46,6 +46,15 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Merge upstream
run: |
git remote add upstream https://github.com/${{ github.repository }}.git
git fetch upstream ${{ github.base_ref }}
git pull --no-rebase --no-commit upstream ${{ github.base_ref }}
shell: bash
- name: Check for .codecov.yaml
id: codecov-enabled

View File

@ -35,7 +35,7 @@ jobs:
inactivity. Reopen the issue with `/reopen`. Mark the issue as
fresh by adding the comment `/remove-lifecycle stale`.
stale-issue-label: 'lifecycle/stale'
exempt-issue-labels: 'lifecycle/frozen'
exempt-issue-labels: 'lifecycle/frozen,triage/accepted'
stale-pr-message: |-
This Pull Request is stale because it has been open for 90 days with