Update actions (#1363)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2021-07-08 01:24:23 -07:00 committed by GitHub
parent 1e05940c12
commit f545b07c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -46,6 +46,16 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Merge upstream
if: github.event_name == 'pull_request'
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 - name: Check for .codecov.yaml
id: codecov-enabled id: codecov-enabled

View File

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