mirror of https://github.com/knative/client.git
Update actions (#1363)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
1e05940c12
commit
f545b07c96
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue