nextcloud/.github/workflows
Daniel Kesselberg 31eed47868
chore: don't remove needs info label when commenting on a stale issue
1) Removing the "needs info" label when someone comments on a stale issue seems incorrect.
2) By default, the stale action removes the "stale" label upon commenting. However, the labels-to-remove-when-unstale option triggers an additional API request to remove the "stale" label, which was already removed in the previous API call.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-10-25 14:14:35 +02:00
..
autocheckers.yml ci: Update list of installed PHP extensions (as some are not default enabled in new images) 2024-10-18 09:56:56 +02:00
block-merge-eol.yml fix(actions): Harden workflows when using variables in strings 2024-06-08 14:44:35 +02:00
block-merge-freeze.yml fix(actions): Harden workflows when using variables in strings 2024-06-08 14:44:35 +02:00
block-outdated-3rdparty.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
block-unconventional-commits.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
command-compile.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
command-pull-3rdparty.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
cypress.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
dependabot-approve-merge.yml fix(CI): Skip some CI work from forks as they don't work anyway 2024-07-15 13:25:20 +02:00
files-external-ftp.yml ci: Update list of installed PHP extensions (as some are not default enabled in new images) 2024-10-18 09:56:56 +02:00
files-external-s3.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
files-external-sftp.yml ci: Update list of installed PHP extensions (as some are not default enabled in new images) 2024-10-18 09:56:56 +02:00
files-external-smb-kerberos.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
files-external-smb.yml ci: Update list of installed PHP extensions (as some are not default enabled in new images) 2024-10-18 09:56:56 +02:00
files-external-webdav.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
files-external.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
fixup.yml chore: Add SPDX header 2024-05-27 14:53:40 +02:00
integration-dav.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
integration-litmus.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
integration-s3-primary.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
integration-sqlite.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
lint-eslint.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
lint-php-cs.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
lint-php.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
node-test.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
node.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
npm-audit-fix.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
object-storage-azure.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
object-storage-s3.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
object-storage-swift.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
openapi.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
performance.yml ci: Update list of installed PHP extensions (as some are not default enabled in new images) 2024-10-18 09:56:56 +02:00
phpunit-32bits.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-mariadb.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-memcached.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-mysql-sharding.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-mysql.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-nodb.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-object-store-primary.yml ci: Update list of installed PHP extensions (as some are not default enabled in new images) 2024-10-18 09:56:56 +02:00
phpunit-oci.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-pgsql.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
phpunit-sqlite.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
pr-feedback.yml fix(actions): Harden workflows when using variables in strings 2024-06-08 14:44:35 +02:00
reuse.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
stale.yml chore: don't remove needs info label when commenting on a stale issue 2024-10-25 14:14:35 +02:00
static-code-analysis.yml ci: Fix path name 2024-10-01 12:28:39 +02:00
update-cacert-bundle.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00
update-code-signing-crl.yml chore(deps): Bump actions/checkout in the github-actions group 2024-09-30 22:35:17 +00:00