mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Merge pull request #3536 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
This commit is contained in:
commit
6ea48e86b5
22
.github/workflows/analysis.yml
vendored
22
.github/workflows/analysis.yml
vendored
@ -24,14 +24,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ -z "$GITHUB_HEAD_REF" ]; then
|
if [ -z "$GITHUB_HEAD_REF" ]; then
|
||||||
# push
|
# push
|
||||||
echo "branch=$GITHUB_REF_NAME" >> "$GITHUB_OUTPUT"
|
{
|
||||||
echo "pr=$GITHUB_RUN_ID" >> "$GITHUB_OUTPUT"
|
echo "branch=$GITHUB_REF_NAME"
|
||||||
echo "repo=${{ github.repository }}" >> "$GITHUB_OUTPUT"
|
echo "pr=$GITHUB_RUN_ID"
|
||||||
|
echo "repo=${{ github.repository }}"
|
||||||
|
} >> "$GITHUB_OUTPUT"
|
||||||
else
|
else
|
||||||
# pull request
|
# pull request
|
||||||
echo "branch=$GITHUB_HEAD_REF" >> "$GITHUB_OUTPUT"
|
{
|
||||||
echo "pr=${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
|
echo "branch=$GITHUB_HEAD_REF"
|
||||||
echo "repo=${{ github.event.pull_request.head.repo.full_name }}" >> "$GITHUB_OUTPUT"
|
echo "pr=${{ github.event.pull_request.number }}"
|
||||||
|
echo "repo=${{ github.event.pull_request.head.repo.full_name }}"
|
||||||
|
} >> "$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
with:
|
with:
|
||||||
@ -49,6 +53,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p $HOME/.gradle
|
mkdir -p "$HOME/.gradle"
|
||||||
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > $HOME/.gradle/gradle.properties
|
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
|
||||||
scripts/analysis/analysis-wrapper.sh ${{ steps.get-vars.outputs.branch }} ${{ secrets.LOG_USERNAME }} ${{ secrets.LOG_PASSWORD }} $GITHUB_RUN_NUMBER ${{ steps.get-vars.outputs.pr }}
|
scripts/analysis/analysis-wrapper.sh ${{ steps.get-vars.outputs.branch }} ${{ secrets.LOG_USERNAME }} ${{ secrets.LOG_PASSWORD }} "$GITHUB_RUN_NUMBER" ${{ steps.get-vars.outputs.pr }}
|
||||||
|
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -26,3 +26,4 @@ jobs:
|
|||||||
Please take a look again and update the issue with new details,
|
Please take a look again and update the issue with new details,
|
||||||
otherwise the issue will be automatically closed in 2 weeks. Thank you!
|
otherwise the issue will be automatically closed in 2 weeks. Thank you!
|
||||||
exempt-all-pr-milestones: true
|
exempt-all-pr-milestones: true
|
||||||
|
labels-to-remove-when-unstale: 'needs info'
|
||||||
|
Loading…
Reference in New Issue
Block a user